File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 47
47
echo $GPG_FILE | base64 -d > secring.gpg
48
48
# Publish both locally and to Sonatype.
49
49
# The artifacts stored locally will be used to generate the SLSA provenance.
50
- ./gradlew publishAllPublicationsToBuildRepository publishToSonatype closeAndReleaseSonatypeStagingRepository
50
+ ./gradlew publishToMavenCentral --publishing-type=AUTOMATIC
51
51
# Read the current version from gradle.properties.
52
52
VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')
53
53
# 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
}
5
4
6
5
repositories {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pluginManagement {
6
6
}
7
7
8
8
plugins {
9
- id ' io.micronaut.build.shared.settings' version ' 7.4.0 '
9
+ id ' io.micronaut.build.shared.settings' version ' 7.6.4 '
10
10
}
11
11
12
12
rootProject. name = ' cache-parent'
You can’t perform that action at this time.
0 commit comments