Skip to content

Commit

Permalink
pushing to test build.gradle config with circleCI's androidLint setup…
Browse files Browse the repository at this point in the history
…; doesn't `like The 'java' plugin has been applied, but it is not compatible with the Android plugins.`
  • Loading branch information
jack-bolles committed Aug 2, 2023
1 parent 6d860e2 commit bb341d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
* for building archives (such as an APK), but is useful for performing Android checks like lint.
*/
if (!project.hasProperty("android")) {
apply plugin: 'java'
// apply plugin: 'java'
apply plugin: 'checkstyle'
apply plugin: 'jacoco'
apply plugin: 'me.champeau.jmh'
Expand Down

0 comments on commit bb341d1

Please sign in to comment.