Skip to content

Commit

Permalink
some mods to test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Aug 16, 2024
1 parent becd72d commit a821a7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
check-latest: true
check-latest: false

- name: checkFormat
uses: gradle/[email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
with:
distribution: 'adopt'
java-version: '11'
check-latest: true
check-latest: false

- name: Create-Jars
run: unset SYSTEM; set +e; ./gradlew assemble; ./gradlew shadowJar; mkdir jars/; cp ./build/libs/*.jar jars/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.4.1'
implementation group: 'io.tiledb', name: 'tiledb-cloud-java', version: '0.3.0'
}

apply plugin: 'java'
Expand Down

0 comments on commit a821a7f

Please sign in to comment.