Package org.openrewrite.java.micronaut
Class MicronautVersionHelper
java.lang.Object
org.openrewrite.java.micronaut.MicronautVersionHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.openrewrite.maven.tree.MavenRepository -
Method Summary
Modifier and TypeMethodDescriptiongetNewerGradlePluginVersion(String pluginId, String versionPattern, String currentVersion, org.openrewrite.ExecutionContext ctx) getNewerVersion(String versionPattern, String currentVersion, org.openrewrite.ExecutionContext ctx)
-
Field Details
-
GRADLE_PLUGIN_REPO
public static final org.openrewrite.maven.tree.MavenRepository GRADLE_PLUGIN_REPO
-
-
Method Details
-
getNewerVersion
public static Optional<String> getNewerVersion(String versionPattern, String currentVersion, org.openrewrite.ExecutionContext ctx) throws org.openrewrite.maven.MavenDownloadingException - Throws:
org.openrewrite.maven.MavenDownloadingException
-
getNewerGradlePluginVersion
public static Optional<String> getNewerGradlePluginVersion(String pluginId, String versionPattern, String currentVersion, org.openrewrite.ExecutionContext ctx) throws org.openrewrite.maven.MavenDownloadingException - Throws:
org.openrewrite.maven.MavenDownloadingException
-