Skip to content

Commit

Permalink
dont use java 5 references
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Sep 21, 2024
1 parent 8b62597 commit e604f49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public class ProjectTestSetup extends ExternalResource {

public ProjectTestSetup() {
this.projectname="TestSetupProject";
// this.ipath=JavaProjectHelper.RT_STUBS_18;
this.ipath=JavaProjectHelper.RT_STUBS_15;
}

Expand Down

0 comments on commit e604f49

Please sign in to comment.