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
df67a075
Commit
df67a075
authored
Feb 03, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20002 from dreis2211
* pr/20002: Upgrade to Ant 1.10.7 Closes gh-20002
parents
52659b1d
326092b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.gradle
...project/spring-boot-tools/spring-boot-antlib/build.gradle
+1
-1
build.gradle
...-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle
+2
-2
No files found.
spring-boot-project/spring-boot-tools/spring-boot-antlib/build.gradle
View file @
df67a075
...
@@ -8,7 +8,7 @@ plugins {
...
@@ -8,7 +8,7 @@ plugins {
description
=
"Spring Boot Antlib"
description
=
"Spring Boot Antlib"
ext
{
ext
{
antVersion
=
"1.
9.3
"
antVersion
=
"1.
10.7
"
}
}
configurations
{
configurations
{
...
...
spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.gradle
View file @
df67a075
...
@@ -25,8 +25,8 @@ plugins.withType(EclipsePlugin) {
...
@@ -25,8 +25,8 @@ plugins.withType(EclipsePlugin) {
dependencies
{
dependencies
{
antDependencies
"org.apache.ivy:ivy:2.4.0"
antDependencies
"org.apache.ivy:ivy:2.4.0"
antDependencies
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-antlib"
)
antDependencies
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-antlib"
)
antDependencies
"org.apache.ant:ant-launcher:1.
9.3
"
antDependencies
"org.apache.ant:ant-launcher:1.
10.7
"
antDependencies
"org.apache.ant:ant:1.
9.3
"
antDependencies
"org.apache.ant:ant:1.
10.7
"
testRepository
(
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-loader"
,
configuration:
"mavenRepository"
))
testRepository
(
project
(
path:
":spring-boot-project:spring-boot-tools:spring-boot-loader"
,
configuration:
"mavenRepository"
))
testRepository
(
project
(
path:
":spring-boot-project:spring-boot-starters:spring-boot-starter"
,
configuration:
"mavenRepository"
))
testRepository
(
project
(
path:
":spring-boot-project:spring-boot-starters:spring-boot-starter"
,
configuration:
"mavenRepository"
))
...
...
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