Make buildscripts backwards compatible with Gradle 4.0

This commit is contained in:
Gary Tierney
2018-08-19 19:50:27 +01:00
parent c687f549da
commit 09346134fa
6 changed files with 10 additions and 18 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
plugins {
id "java-library"
}
apply plugin: 'java-library'
description = 'Apollo Cache'