Skip to content

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
IVIanuu committed Oct 21, 2024
1 parent 5af71ad commit c225c00
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
plugins.withId("com.vanniktech.maven.publish") {
extensions.getByType<MavenPublishBaseExtension>().run {
publishToMavenCentral(SonatypeHost.S01)
signAllPublications()
//signAllPublications()
}
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ object Deps {
const val symbolProcessing = "com.google.devtools.ksp:symbol-processing:$version"
}

const val mavenPublishGradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.27.0"
const val mavenPublishGradlePlugin = "com.vanniktech:gradle-maven-publish-plugin:0.30.0"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ POM_SCM_CONNECTION=scm\:git\:git\://github.com/IVIanuu/injekt.git
POM_DEVELOPER_ID=ivianuu

GROUP=com.ivianuu.injekt
VERSION_NAME=0.0.1-dev744
VERSION_NAME=0.0.1-dev745

android.useAndroidX=true

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 @@
#Fri Feb 16 12:41:08 CET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c225c00

Please sign in to comment.