build.gradle: Use the 'java-library' plugin, rather than 'java'.

This commit is contained in:
Andreas Schildbach 2020-03-06 21:23:09 +01:00
parent 2f7ab51a9b
commit 2300d949d8

View file

@ -1,5 +1,5 @@
plugins {
id 'java'
id 'java-library'
id 'maven'
}