File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
build-logic/project/multiplatform/src/main/kotlin Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ package at.released.weh.gradle.multiplatform
9
9
import at.released.weh.gradle.multiplatform.publish.createWehVersionsExtension
10
10
import com.vanniktech.maven.publish.JavadocJar
11
11
import com.vanniktech.maven.publish.KotlinMultiplatform
12
- import com.vanniktech.maven.publish.SonatypeHost
13
12
14
13
/*
15
14
* Convention plugin with publishing defaults
@@ -29,7 +28,7 @@ tasks.withType<AbstractArchiveTask>().configureEach {
29
28
createWehVersionsExtension()
30
29
31
30
mavenPublishing {
32
- publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
31
+ publishToMavenCentral()
33
32
publishing {
34
33
repositories {
35
34
maven {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ chicory = "1.5.1"
12
12
detekt = " 1.23.8"
13
13
dokka = " 2.0.0"
14
14
graalvm241 = " 24.1.2"
15
- gradle-maven-publish-plugin = " 0.32 .0"
15
+ gradle-maven-publish-plugin = " 0.34 .0"
16
16
kotest = " 5.9.1"
17
17
kotlin = " 2.2.0"
18
18
kotlinpoet = " 2.1.0"
Original file line number Diff line number Diff line change @@ -4647,6 +4647,22 @@ ymOZIduHXX1X+KzlRZTXvv4tSFnIQ0mWY1ySiOJQJS2WABVwFpFc8rECm6eN
4647
4647
=z4dc
4648
4648
-----END PGP PUBLIC KEY BLOCK-----
4649
4649
4650
+ pub 793FD5751A0F0780
4651
+ uid Block Open Source Releases <
[email protected] >
4652
+
4653
+ sub 59EF9FBBED4216F5
4654
+ -----BEGIN PGP PUBLIC KEY BLOCK-----
4655
+
4656
+ mDMEZzuZjRYJKwYBBAHaRw8BAQdA/FAoxAeXKY80R8UZ35NNr06SMFqC3Pv/LtP2
4657
+ sZS+7N60M0Jsb2NrIE9wZW4gU291cmNlIFJlbGVhc2VzIDxvc3MtcmVsZWFzZXNA
4658
+ YmxvY2sueHl6Prg4BGc7mY0SCisGAQQBl1UBBQEBB0BxT6NyXTVMCaIjZGa2M+/h
4659
+ z+xbicRNpHTpudCgcUvccwMBCAeIfgQYFgoAJhYhBB0hf4R17unxmrjda3k/1XUa
4660
+ DweABQJnO5mNAhsMBQkSzAMAAAoJEHk/1XUaDweAmCgA/2x1ZfeK2BbKUoPDvSHk
4661
+ bdks1K3OorITH/c1RHMJZe1TAP92RwDPmqy7YsZDKctpFeA0jhlWBNvbNTNkzRNu
4662
+ yEjMCg==
4663
+ =Eg1b
4664
+ -----END PGP PUBLIC KEY BLOCK-----
4665
+
4650
4666
pub 79752DB6C966F0B8
4651
4667
uid Rob Manning <
[email protected] >
4652
4668
Original file line number Diff line number Diff line change 32
32
</trusted-key >
33
33
<trusted-key id =" 0FCBBD821362A9C39239162E7D71833C1A8AF208" group =" com.dylibso.chicory" />
34
34
<trusted-key id =" 1A55F091AD28C07F831FA44D7905DE25C78AD456" group =" com.google.protobuf" />
35
+ <trusted-key id =" 1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group =" ^com[.]squareup($|([.].*))" regex =" true" />
35
36
<trusted-key id =" 1D63A77F7270FE07D46B3EB514D68971286170CB" group =" io.github.charlietap.chasm" />
36
37
<trusted-key id =" 1DE48A38424721249780C6A8C7DFF5A8DBC5381C" group =" io.arrow-kt" />
37
38
<trusted-key id =" 28118C070CB22A0175A2E8D43D12CA2AC19F3181" group =" ^com[.]fasterxml($|([.].*))" regex =" true" />
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
16
16
dependencies {
17
17
classpath(" com.android.tools.build:gradle:8.12.0" )
18
18
classpath(" com.github.node-gradle:gradle-node-plugin:7.1.0" )
19
- classpath(" com.vanniktech:gradle-maven-publish-plugin:0.32 .0" )
19
+ classpath(" com.vanniktech:gradle-maven-publish-plugin:0.34 .0" )
20
20
classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.19.3" )
21
21
classpath(" org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:2.0.0" )
22
22
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0" )
You can’t perform that action at this time.
0 commit comments