Skip to content

Commit

Permalink
enable jar and corect java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander14121 committed Apr 3, 2024
1 parent a6c2b85 commit 00c8ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
id: get_repo
run: echo ::set-output name=REPO::${GITHUB_REPOSITORY#*/}

- name: Setup Java 17
- name: Setup Java 11
uses: actions/setup-java@v3.12.0
with:
distribution: 'adopt'
java-version: '17'
java-version: '11'

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ dependencies {
testImplementation "org.spockframework:spock-core:2.0-M4-groovy-2.5"
//testImplementation "cglib:cglib-nodep:3.3.0"
}

jar{
enabled = true
onlyIf {false}
}

0 comments on commit 00c8ea0

Please sign in to comment.