Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
363 stars 58 forks source link

Breaking change from android-gradle plugin 3.3.0 #91

Closed sjcqs closed 5 years ago

sjcqs commented 5 years ago

Once again, android gradle update 3.3.0 brings some breaking changes to the library.

Versions

Error

Unable to find method ‘com.android.build.gradle.internal.scope.TaskContainer.getJavacTask()Lorg/gradle/api/tasks/compile/JavaCompile;

I submitted a pull request (#90 ) with a solution. Unfortunately, tests doesn't seem to pass on Travis CI while passing locally.

shahdab-aalam-saifi commented 5 years ago

@Archinamon @jdappel do you have any update on this issue?