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
df386be4
Commit
df386be4
authored
Jan 14, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a consistent version of spring-javaformat
See gh-19710
parent
244b5391
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
build.gradle
buildSrc/build.gradle
+4
-3
gradle.properties
buildSrc/gradle.properties
+1
-0
No files found.
buildSrc/build.gradle
View file @
df386be4
plugins
{
id
'java-gradle-plugin'
id
'io.spring.javaformat'
version
'0.0.19-SNAPSHOT'
id
'io.spring.javaformat'
version
"$javaFormatVersion"
id
'checkstyle'
}
repositories
{
mavenCentral
()
gradlePluginPortal
()
maven
{
url
'https://repo.spring.io/snapshot'
}
maven
{
url
'https://repo.spring.io/release'
}
}
...
...
@@ -14,7 +15,7 @@ sourceCompatibility = 1.8
targetCompatibility
=
1.8
dependencies
{
checkstyle
'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15'
checkstyle
"io.spring.javaformat:spring-javaformat-checkstyle:$javaFormatVersion"
implementation
'com.fasterxml.jackson.core:jackson-databind:2.10.0'
implementation
'commons-codec:commons-codec:1.13'
implementation
'org.apache.maven:maven-embedder:3.6.2'
...
...
@@ -22,7 +23,7 @@ dependencies {
implementation
'org.springframework:spring-core:5.2.2.RELEASE'
implementation
'org.springframework:spring-web:5.2.2.RELEASE'
implementation
'com.google.code.gson:gson:2.8.5'
implementation
'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
implementation
"io.spring.javaformat:spring-javaformat-gradle-plugin:$javaFormatVersion"
testImplementation
'org.assertj:assertj-core:3.11.1'
testImplementation
'org.apache.logging.log4j:log4j-core:2.12.1'
testImplementation
'org.junit.jupiter:junit-jupiter:5.5.2'
...
...
buildSrc/gradle.properties
0 → 100644
View file @
df386be4
javaFormatVersion
=
0.0.19-SNAPSHOT
\ No newline at end of file
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