Skip to content

Commit

Permalink
Merge pull request #373 from aol/skip-micro-tutorial
Browse files Browse the repository at this point in the history
Skipping upload of micro-tutorial
  • Loading branch information
jijisv authored Sep 6, 2017
2 parents 846eb0b + 502b337 commit 60ac0b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ task wrapper(type: Wrapper) {
}

subprojects {



apply plugin:'java'
// apply plugin: 'com.github.johnrengelman.shadow'
apply plugin: 'com.bmuschko.nexus'
if(project.name != "micro-tutorial") {
apply plugin: 'com.bmuschko.nexus'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 60ac0b6

Please sign in to comment.