Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitWrapper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Georg Seibt
GitWrapper
Commits
0f3d2919
Commit
0f3d2919
authored
7 years ago
by
Georg Seibt
Browse files
Options
Downloads
Patches
Plain Diff
update to Gradle 3.5
parent
801a7afa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+8
-0
8 additions, 0 deletions
build.gradle
gradle/wrapper/gradle-wrapper.properties
+2
-2
2 additions, 2 deletions
gradle/wrapper/gradle-wrapper.properties
with
10 additions
and
2 deletions
build.gradle
+
8
−
0
View file @
0f3d2919
import
org.gradle.api.tasks.wrapper.Wrapper
import
org.gradle.api.tasks.wrapper.Wrapper.DistributionType
plugins
{
id
'java'
id
'idea'
...
...
@@ -23,6 +26,11 @@ dependencies {
compile
'commons-io:commons-io:2.4'
}
task
wrapper
(
type:
Wrapper
)
{
distributionType
DistributionType
.
ALL
gradleVersion
'3.5'
}
idea
{
module
{
downloadJavadoc
=
true
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
0f3d2919
#
Thu Dec 01 16:27:50
CET 201
6
#
Wed Apr 26 17:07:23
CE
S
T 201
7
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.
2.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-3.
5
-all.zip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment