Skip to content

Commit

Permalink
Updated Gradle version and project dependencies
Browse files Browse the repository at this point in the history
Updated the project's Gradle version to 8.3 from 7.5 and updated the project version from 1.0.0 to 1.0.1 for development progression. The kodein-internal-gradle-settings dependency was also updated for the same reason. Removed the Kodein JVM version specification as the build will be done on JDK 17 but will maintain compatibility with older versions of the JDK.
  • Loading branch information
romainbsl committed Aug 23, 2023
1 parent ba5de82 commit a922f44
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.log"
version = "1.0.0"
version = "1.0.1"
}
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ kotlin.mpp.enableCInteropCommonization=true
# Android
android.enableJetifier=true
android.useAndroidX=true

# KIGP
org.kodein.jvm-version=17
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.2.1")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.2.2")
}
}

Expand Down

0 comments on commit a922f44

Please sign in to comment.