Skip to content

Commit

Permalink
gha test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 6, 2024
1 parent a3bf7aa commit 4d0f1ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
}

repositories {
Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ configure(subprojects - project(':android')) {
subprojects {
repositories {
mavenCentral()
google()
maven { url 'https://plugins.gradle.org/m2/' }

maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
}
}

Expand Down
5 changes: 4 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

// Can be used to automatically download a JDK with the correct version.
plugins {
id('org.gradle.toolchains.foojay-resolver-convention') version '0.7.0'
}
// A list of which subprojects to load as part of the same larger project.
// You can remove Strings from the list and reload the Gradle project
// if you want to temporarily disable a subproject.
Expand Down

0 comments on commit 4d0f1ab

Please sign in to comment.