File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 49
49
echo $GPG_FILE | base64 -d > secring.gpg
50
50
# Publish both locally and to Sonatype.
51
51
# The artifacts stored locally will be used to generate the SLSA provenance.
52
- ./gradlew publishAllPublicationsToBuildRepository publishToSonatype closeAndReleaseSonatypeStagingRepository
52
+ ./gradlew publishToMavenCentral --publishing-type=AUTOMATIC
53
53
# Read the current version from gradle.properties.
54
54
VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')
55
55
# Read the project group from gradle.properties.
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" io.micronaut.build.internal.docs" )
3
- id(" io.micronaut.build.internal.quality-reporting" )
2
+ id(" io.micronaut.build.internal.parent" )
4
3
alias(mn.plugins.kotlin.jvm) apply (false )
5
4
alias(mn.plugins.kotlin.kapt) apply (false )
6
5
alias(mn.plugins.kotlin.allopen) apply (false )
You can’t perform that action at this time.
0 commit comments