Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hankem committed May 17, 2024
1 parent c460d84 commit 38fbced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
with:
distribution: 'zulu'
java-version: ${{ env.build_java_version }}

- name: Test
uses: gradle/actions/setup-gradle@v3
with:
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }} -Dorg.gradle.jvm.toolchain.install.adoptium.baseUri=https://api.adoptopenjdk.net/
arguments: test -PallTests -PtestJavaVersion=${{ matrix.test_java_version }}
cache-disabled: true
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ org.gradle.parallel=true
archunit.group=com.tngtech.archunit
archunit.version=1.4.0-SNAPSHOT
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED

org.gradle.jvm.toolchain.install.adoptium.baseUri=https://api.adoptopenjdk.net/
org.gradle.jvm.toolchain.install.adoptopenjdk.baseUri=https://api.adoptopenjdk.net/

0 comments on commit 38fbced

Please sign in to comment.