Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enable temporary disabled features
  • Loading branch information
mstachniuk committed Mar 22, 2019
1 parent c6197fc commit 28f0b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -22,6 +22,4 @@ before_script:
- _JAVA_OPTIONS= - _JAVA_OPTIONS=


script: script:
# temporary disabled testDownstream - ./gradlew build testDownstream -PcheckJava8Compatibility -s && ./gradlew ciPerformRelease -s
# - ./gradlew build testDownstream -PcheckJava8Compatibility -s && ./gradlew ciPerformRelease -s
- ./gradlew build -PcheckJava8Compatibility -s && ./gradlew ciPerformRelease -s
2 changes: 1 addition & 1 deletion gradle/shipkit.gradle
Expand Up @@ -8,4 +8,4 @@ shipkit {
releaseNotes.publicationRepository = "https://plugins.gradle.org/plugin/org.shipkit.java/" releaseNotes.publicationRepository = "https://plugins.gradle.org/plugin/org.shipkit.java/"
} }


//apply plugin: 'org.shipkit.upgrade-dependency' apply plugin: 'org.shipkit.upgrade-dependency'
3 changes: 1 addition & 2 deletions settings.gradle
@@ -1,6 +1,5 @@
include "shipkit" include "shipkit"
//TODO uncommend after https://github.com/mockito/shipkit/pull/800 is merged include "testDownstream"
//include "testDownstream"


rootProject.name = "shipkit-root" rootProject.name = "shipkit-root"


Expand Down

0 comments on commit 28f0b9b

Please sign in to comment.