Skip to content

Commit

Permalink
javaBuildPlugin() -> mavenPlugin()
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Jan 20, 2024
1 parent 1a500e8 commit 3e77b57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private MavenPlugin protobufMavenPluginManagement() {
}

private MavenPluginOptionalBuilder protobufMavenPluginBuilder() {
return javaBuildPlugin().groupId("org.xolstice.maven.plugins").artifactId("protobuf-maven-plugin");
return mavenPlugin().groupId("org.xolstice.maven.plugins").artifactId("protobuf-maven-plugin");
}

public JHipsterModule buildProtobufBackwardsCompatibilityCheckModule(JHipsterModuleProperties properties) {
Expand All @@ -115,6 +115,6 @@ private MavenPlugin protoBackwardsCompatibilityMavenPluginManagement() {
}

private MavenPluginOptionalBuilder protoBackwardsCompatibilityMavenPluginBuilder() {
return javaBuildPlugin().groupId("com.salesforce.servicelibs").artifactId("proto-backwards-compatibility");
return mavenPlugin().groupId("com.salesforce.servicelibs").artifactId("proto-backwards-compatibility");
}
}

0 comments on commit 3e77b57

Please sign in to comment.