Merge pull request #16466 from rjernst/disable_module_publishing
Do not publish modules
This commit is contained in:
commit
4b7885969a
|
@ -40,4 +40,8 @@ subprojects {
|
||||||
throw new InvalidModelException("Modules cannot disable isolation")
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue