Commit ec1100a8 authored by Phillip Webb's avatar Phillip Webb

Upgrade to spring-javaformat 0.0.6

Closes gh-13932
parent cddd794a
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<spring-javaformat.version>0.0.3</spring-javaformat.version> <spring-javaformat.version>0.0.6</spring-javaformat.version>
</properties> </properties>
<build> <build>
<plugins> <plugins>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<dependency> <dependency>
<groupId>com.puppycrawl.tools</groupId> <groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId> <artifactId>checkstyle</artifactId>
<version>8.8</version> <version>8.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.spring.javaformat</groupId> <groupId>io.spring.javaformat</groupId>
......
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
classpath("io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.6")
}
}
plugins { plugins {
id 'java' id 'java'
id 'eclipse' id 'eclipse'
} }
apply plugin: 'io.spring.javaformat'
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
...@@ -29,15 +41,6 @@ test { ...@@ -29,15 +41,6 @@ test {
} }
} }
eclipseJdt {
inputFile = rootProject.file('../../../eclipse/org.eclipse.jdt.core.prefs')
doLast {
project.file('.settings/org.eclipse.jdt.ui.prefs').withWriter { writer ->
writer << file('../../../eclipse/org.eclipse.jdt.ui.prefs').text
}
}
}
javadoc { javadoc {
options { options {
author() author()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment