Skip to content

Commit

Permalink
Fix github actions to use java 17
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <rob@oxbeef.net>
  • Loading branch information
robstryker committed Nov 1, 2023
1 parent a8b2188 commit b29bc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ dependencies {
integrationTestImplementation(
"com.redhat.devtools.intellij:intellij-common:1.1.0",
"com.redhat.devtools.intellij:intellij-common-ui-test-library:0.2.0",
"org.junit.platform:junit-platform-launcher:1.0.0",
"org.junit.platform:junit-platform-launcher:1.9.3",
"com.google.code.gson:gson:2.8.9"
)
}

Expand Down

0 comments on commit b29bc62

Please sign in to comment.