build.gradle: Make the 'core' submodule use the 'java-library' plugin, rather than 'java'.

This commit is contained in:
Sean Gilligan 2020-02-29 20:57:33 +01:00 committed by Andreas Schildbach
parent 65c1b8ca25
commit 5ade97b5b3

View file

@ -1,5 +1,5 @@
plugins {
id 'java'
id 'java-library'
id 'com.google.protobuf'
id 'maven'
id 'eclipse'