Skip to content

Commit

Permalink
commented java 8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Oct 30, 2024
1 parent 45b2cbf commit 9a5c47a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
branches:
- 'add-reversing-lab'
- 'add-reversing-lab-scanner'

permissions:
contents: write
Expand Down
18 changes: 9 additions & 9 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ compileTestJava {
options.compilerArgs = ["-Xlint:deprecation"]
}

def testJava8 = tasks.register('testJava8', Test) {
description = 'Runs unit tests on Java 8.'
group = 'verification'

javaLauncher.set(javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(8)
})
shouldRunAfter(tasks.named('test'))
}
//def testJava8 = tasks.register('testJava8', Test) {
// description = 'Runs unit tests on Java 8.'
// group = 'verification'
//
// javaLauncher.set(javaToolchains.launcherFor {
// languageVersion = JavaLanguageVersion.of(8)
// })
// shouldRunAfter(tasks.named('test'))
//}

def testJava17 = tasks.register('testJava17', Test) {
description = 'Runs unit tests on Java 17.'
Expand Down

0 comments on commit 9a5c47a

Please # to comment.