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
0ac7178a
Commit
0ac7178a
authored
Jul 22, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x'
Closes gh-22491
parents
01558100
1a35c122
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
24 deletions
+0
-24
build.gradle
...t-project/spring-boot-actuator-autoconfigure/build.gradle
+0
-8
build.gradle
spring-boot-project/spring-boot-actuator/build.gradle
+0
-8
build.gradle
...-boot-project/spring-boot-test-autoconfigure/build.gradle
+0
-8
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle
View file @
0ac7178a
...
...
@@ -147,14 +147,6 @@ dependencies {
testRuntimeOnly
(
"org.springframework.security:spring-security-saml2-service-provider"
)
}
compileJava
{
options
.
compilerArgs
<<
"-parameters"
}
compileTestJava
{
options
.
compilerArgs
<<
"-parameters"
}
test
{
outputs
.
dir
(
"${buildDir}/generated-snippets"
)
}
...
...
spring-boot-project/spring-boot-actuator/build.gradle
View file @
0ac7178a
...
...
@@ -90,11 +90,3 @@ dependencies {
testRuntimeOnly
(
"org.junit.platform:junit-platform-launcher"
)
testRuntimeOnly
(
"org.hsqldb:hsqldb"
)
}
compileJava
{
options
.
compilerArgs
<<
"-parameters"
}
compileTestJava
{
options
.
compilerArgs
<<
"-parameters"
}
\ No newline at end of file
spring-boot-project/spring-boot-test-autoconfigure/build.gradle
View file @
0ac7178a
...
...
@@ -82,14 +82,6 @@ dependencies {
testRuntimeOnly
(
"org.junit.platform:junit-platform-launcher"
)
}
compileJava
{
options
.
compilerArgs
<<
"-parameters"
}
compileTestJava
{
options
.
compilerArgs
<<
"-parameters"
}
test
{
include
"**/*Tests.class"
}
...
...
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