Skip to content

Commit

Permalink
Minor polihsing (Review feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Oct 7, 2021
1 parent dcfc644 commit 1c3bbe7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ private JavaVersion resolveMinimumJavaVersion(File infoPath) {
return minimumJavaVersion;
}

public Properties getProperties() {
return properties;
}

@Override
public void close() throws Exception {
}
Expand All @@ -60,8 +64,4 @@ public interface Params extends BuildServiceParameters {
RegularFileProperty getInfoPath();
}

public Properties getProperties() {
return properties;
}

}

0 comments on commit 1c3bbe7

Please sign in to comment.