Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
ec1100a8
Commit
ec1100a8
authored
Jul 27, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to spring-javaformat 0.0.6
Closes gh-13932
parent
cddd794a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
11 deletions
+14
-11
pom.xml
pom.xml
+2
-2
build.gradle
.../spring-boot-tools/spring-boot-gradle-plugin/build.gradle
+12
-9
No files found.
pom.xml
View file @
ec1100a8
...
@@ -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>
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle
View file @
ec1100a8
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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment