Skip to content

Commit

Permalink
gha test 14
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 6, 2024
1 parent 8a86d9f commit 0b37042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildscript {
}
}

//allprojects {
// apply plugin: 'eclipse'
allprojects {
apply plugin: 'eclipse'
// apply plugin: 'idea'
//
// // This allows you to "Build and run using IntelliJ IDEA", an option in IDEA's Settings.
Expand All @@ -24,7 +24,7 @@ buildscript {
// testOutputDir file('build/classes/java/test')
// }
// }
//}
}

configure(subprojects - project(':android')) {
apply plugin: 'java-library'
Expand Down

0 comments on commit 0b37042

Please sign in to comment.