adwiv / android-fat-aar

Gradle script that allows you to merge and embed dependencies in generted aar file
The Unlicense
1.46k stars 435 forks source link

Could not find property 'compileReleaseJava' #3

Closed robdoesstuff closed 8 years ago

robdoesstuff commented 8 years ago

I had to switch compileReleaseJava to compileReleaseJavaWithJavac in 1.2.3, otherwise I got an unknown property.

Haven't tested with 1.3 yet.

adwiv commented 8 years ago

Thanks for reporting. Fixed this. compileReleaseJavaWithJavac seems to be used in 1.3 now.