mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Test fixes
This commit is contained in:
parent
ecb9289001
commit
e65668a8be
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue