Support gradle 4.3
azell opened this issue · 5 comments
azell commented
$ gradle --version
------------------------------------------------------------
Gradle 4.3
------------------------------------------------------------
Build time: 2017-10-30 15:43:29 UTC
Revision: c684c202534c4138b51033b52d871939b8d38d72
Groovy: 2.4.12
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_144 (Oracle Corporation 25.144-b01)
OS: Mac OS X 10.13 x86_64
JakeWharton commented
What's the problem? Works fine here.
ZacSweers commented
I get this on 4.3.1 with 0.0.13:
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.ltgt.gradle.apt.CompatibilityUtils
at net.ltgt.gradle.apt.AptPlugin$5.execute(AptPlugin.java:173)
at net.ltgt.gradle.apt.AptPlugin$5.execute(AptPlugin.java:169)
at org.gradle.internal.Actions$FilteredAction.execute(Actions.java:205)
at org.gradle.api.internal.DefaultDomainObjectCollection.all(DefaultDomainObjectCollection.java:136)
........... rest of the gradle trace during configuration
tbroyer commented
Wrong project; you'll want https://github.com/tbroyer/gradle-apt-plugin. Also, you're not using the latest version (line numbers don't match); Gradle 4.3 needs 0.13.
ZacSweers commented
Eesh, I can't read -_-. Sorry!