Skip to content

Commit

Permalink
Merge branch 'master' into filecontent_metric
Browse files Browse the repository at this point in the history
  • Loading branch information
dmivankov authored Dec 18, 2024
2 parents 944d30a + 410e714 commit 9a6cec0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
fetch-depth: 0
- run: |
git rev-list --count --first-parent HEAD > patch_version.txt
- uses: coursier/setup-action@v1
- uses: coursier/setup-action@v1.3.9
with:
jvm: adopt:8
apps: sbt
- name: Compile
run: |
sbt -Dsbt.log.noformat=true +{,macroSub/,structType/}dependencyLockCheck
Expand Down Expand Up @@ -68,9 +69,10 @@ jobs:
- run: |
git rev-list --count --first-parent HEAD > patch_version.txt
- name: Set up JDK 8
uses: coursier/setup-action@v1
uses: coursier/setup-action@v1.3.9
with:
jvm: adopt:8
apps: sbt
- name: Build JAR file
run: |
LIB_PACKAGE="+library/package"
Expand Down

0 comments on commit 9a6cec0

Please sign in to comment.