8000 Fix testutils compilation class version · sakerbuild/saker.java.compiler@0860d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 0860d9f

Browse files
committed
Fix testutils compilation class version
1 parent 5ec0573 commit 0860d9f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

saker.build

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,8 @@ testexport(
429429
],
430430
Identifier: saker.java.compiler-testutil,
431431
CompilerOptions: global(TOOLS_OPTIONS),
432+
SourceVersion: RELEASE_8,
433+
TargetVersion: RELEASE_8,
432434
)
433435
}
434436
test(
@@ -448,9 +450,8 @@ test(
448450
],
449451
Identifier: saker.java.compiler-tests,
450452
CompilerOptions: global(TOOLS_OPTIONS),
451-
SDKs: {
452-
Java: $jre
453-
}
453+
SourceVersion: RELEASE_8,
454+
TargetVersion: RELEASE_8,
454455
)
455456
$resolveddependencies = nest.dependency.resolve(
456457
Bundles: global(saker.java.compiler_DEPENDENCIES) + [nest.repository.support, saker.standard],

0 commit comments

Comments
 (0)
0