Skip to content

Commit

Permalink
Downgraded gradle to 8.0
Browse files Browse the repository at this point in the history
Downgraded gradle to 8.0 and changes to build.yml.
  • Loading branch information
naveenmindera committed Apr 11, 2024
1 parent 7d2da33 commit dad4c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
run: ./gradlew :app:shared:publishCurrencyExchangeKMPDebugFramework
with:
java-version: 17
distribution: "temurin"

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
buildscript {
dependencies {
// classpath(libs.sqldelight.plugin)
classpath("com.android.tools.build:gradle:8.1.2")
//classpath("com.android.tools.build:gradle:8.1.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Dec 14 09:18:58 WET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit dad4c3d

Please sign in to comment.