diff --git a/src/main/content/start.html b/src/main/content/start.html index 6f74906c2..6fa3cd9c2 100644 --- a/src/main/content/start.html +++ b/src/main/content/start.html @@ -162,7 +162,7 @@
<plugin>+
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
</plugin>
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.11.5</version>
</plugin>
{% t start.add_to_existing_app.maven_guide_text %} @@ -177,7 +177,7 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:'3.8.3'
}
}
+ buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:'3.9.5'
}
}
The plugin also needs to be applied in the build file in order to be utilized.