File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
39
39
plugins.withId(" com.vanniktech.maven.publish" ) {
40
40
extensions.getByType<MavenPublishBaseExtension >().run {
41
41
publishToMavenCentral(SonatypeHost .S01 )
42
- signAllPublications()
42
+ // signAllPublications()
43
43
}
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -75,5 +75,5 @@ object Deps {
75
75
const val symbolProcessing = " com.google.devtools.ksp:symbol-processing:$version "
76
76
}
77
77
78
- const val mavenPublishGradlePlugin = " com.vanniktech:gradle-maven-publish-plugin:0.27 .0"
78
+ const val mavenPublishGradlePlugin = " com.vanniktech:gradle-maven-publish-plugin:0.30 .0"
79
79
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ POM_SCM_CONNECTION=scm\:git\:git\://github.com/IVIanuu/injekt.git
36
36
POM_DEVELOPER_ID =ivianuu
37
37
38
38
GROUP =com.ivianuu.injekt
39
- VERSION_NAME =0.0.1-dev744
39
+ VERSION_NAME =0.0.1-dev745
40
40
41
41
android.useAndroidX =true
42
42
Original file line number Diff line number Diff line change 1
1
# Fri Feb 16 12:41:08 CET 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments