mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Test fixes
This commit is contained in:
parent
ecb9289001
commit
e65668a8be
|
|
@ -53,7 +53,7 @@ public class TestPublishOperation {
|
|||
static class PublishProject extends AppProjectBlueprint {
|
||||
public PublishProject(File work, String packageName, String projectName, VersionNumber versionNumber) {
|
||||
super(work, packageName, projectName, versionNumber);
|
||||
javaRelease = 19;
|
||||
javaRelease = 17;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -119,6 +119,8 @@ public class TestPublishOperation {
|
|||
assertEquals(moment, operation3.moment());
|
||||
assertTrue(operation3.artifacts().contains(artifact1));
|
||||
assertTrue(operation3.artifacts().contains(artifact2));
|
||||
assertEquals(17, operation3.properties().mavenCompilerSource());
|
||||
assertEquals(19, operation3.properties().mavenCompilerTarget());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue