Skip to content

Commit

Permalink
gha test 15
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 6, 2024
1 parent 0b37042 commit 8c215d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath "com.badlogicgames.gdx:gdx-tools:$gdxVersion"
classpath ("com.mobidevelop.robovm:robovm-gradle-plugin:$robovmVersion"){
exclude group: 'org.bouncycastle'
}
classpath ("com.mobidevelop.robovm:robovm-gradle-plugin:$robovmVersion"){
exclude group: 'org.bouncycastle'
}
}
}

allprojects {
apply plugin: 'eclipse'
// apply plugin: 'idea'
//
// // This allows you to "Build and run using IntelliJ IDEA", an option in IDEA's Settings.
// idea {
// module {
// outputDir file('build/classes/java/main')
// testOutputDir file('build/classes/java/test')
// }
// }
apply plugin: 'idea'

// This allows you to "Build and run using IntelliJ IDEA", an option in IDEA's Settings.
idea {
module {
outputDir file('build/classes/java/main')
testOutputDir file('build/classes/java/test')
}
}
}

configure(subprojects - project(':android')) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appName=the-intercept
bladeInkVersion=1.1.2
robovmVersion=2.3.20
gdxVersion=1.12.1
androidPluginVersion=8.1.4
androidPluginVersion=8.2.2
android.enableR8.fullMode=false
graalHelperVersion=2.0.1
enableGraalNative=false
Expand Down

0 comments on commit 8c215d6

Please sign in to comment.