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
bc0db88a
Commit
bc0db88a
authored
Jul 18, 2014
by
Skylot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gradle and dependencies versions
parent
5f11f12d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
9 deletions
+6
-9
.travis.yml
.travis.yml
+2
-4
build.gradle
build.gradle
+2
-2
gradle-wrapper.jar
gradle/wrapper/gradle-wrapper.jar
+0
-0
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
build.gradle
jadx-gui/build.gradle
+0
-1
version
version
+1
-1
No files found.
.travis.yml
View file @
bc0db88a
...
...
@@ -3,17 +3,15 @@ jdk:
-
oraclejdk7
-
openjdk7
-
openjdk6
env
:
-
TERM=dumb
before_install
:
-
chmod +x gradlew
script
:
-
./gradlew clean build dist
-
TERM=dumb
./gradlew clean build dist
after_success
:
-
./gradlew jacocoTestReport coveralls
-
TERM=dumb
./gradlew jacocoTestReport coveralls
notifications
:
email
:
...
...
build.gradle
View file @
bc0db88a
...
...
@@ -56,7 +56,7 @@ buildscript {
dependencies
{
// setup coveralls (http://coveralls.io/) see http://github.com/kt3k/coveralls-gradle-plugin
classpath
'org.kt3k.gradle.plugin:coveralls-gradle-plugin:0.
4.0
'
classpath
'org.kt3k.gradle.plugin:coveralls-gradle-plugin:0.
6.1
'
}
}
...
...
@@ -88,5 +88,5 @@ task clean(type: Delete) {
}
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'
1.12
'
gradleVersion
=
'
2.0
'
}
gradle/wrapper/gradle-wrapper.jar
View file @
bc0db88a
No preview for this file type
gradle/wrapper/gradle-wrapper.properties
View file @
bc0db88a
...
...
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
http
\:
//services.gradle.org/distributions/gradle-1.12
-bin.zip
distributionUrl
=
http
s
\:
//services.gradle.org/distributions/gradle-2.0
-bin.zip
jadx-gui/build.gradle
View file @
bc0db88a
...
...
@@ -32,4 +32,3 @@ test {
enabled
=
false
}
}
version
View file @
bc0db88a
0.5.
1
0.5.
2
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