Remove unnecessary application of 'java-base' plugin

This was needed at the root level for a while when first porting the
build back to the monorepo, but is no longer necessary now.
This commit is contained in:
Chris Beams 2018-11-04 19:01:55 +01:00
parent 743a7692b7
commit 3913988f66
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -12,11 +12,6 @@ buildscript {
}
configure(rootProject) {
apply plugin: 'java-base'
}
configure(subprojects) {
apply plugin: 'java'
apply plugin: 'com.google.osdetector'