Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jadx
Project
Project
Details
Activity
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
open-source
jadx
Commits
1d0f23df
Commit
1d0f23df
authored
Dec 06, 2013
by
Skylot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gradle to 1.9
parent
30355cc9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+3
-1
build.gradle
build.gradle
+1
-1
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-2
No files found.
.travis.yml
View file @
1d0f23df
...
...
@@ -3,7 +3,9 @@ jdk:
-
oraclejdk7
-
openjdk7
-
openjdk6
script
:
gradle clean build
before_install
:
-
chmod +x gradlew
script
:
./gradlew clean build dist
notifications
:
email
:
-
skylot@gmail.com
build.gradle
View file @
1d0f23df
...
...
@@ -66,5 +66,5 @@ task clean(type: Delete) {
}
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'1.
8
'
gradleVersion
=
'1.
9
'
}
gradle/wrapper/gradle-wrapper.jar
View file @
1d0f23df
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
1d0f23df
#Tue Sep 24 21:49:47 MSK 2013
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.
8
-bin.zip
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.
9
-bin.zip
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