Merge pull request #16466 from rjernst/disable_module_publishing

Do not publish modules
This commit is contained in:
Ryan Ernst 2016-02-04 13:34:57 -08:00
commit 4b7885969a
1 changed files with 4 additions and 0 deletions

View File

@ -40,4 +40,8 @@ subprojects {
throw new InvalidModelException("Modules cannot disable isolation")
}
}
// these are implementation details of our build, no need to publish them!
install.enabled = false
uploadArchives.enabled = false
}