Skip to content

Commit d60e254

Browse files
authored
Update micronaut build (#467)
* update micronaut build to 7.6.4 * build: use publishToMavenCentral
1 parent 1bda600 commit d60e254

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo $GPG_FILE | base64 -d > secring.gpg
4848
# Publish both locally and to Sonatype.
4949
# The artifacts stored locally will be used to generate the SLSA provenance.
50-
./gradlew publishAllPublicationsToBuildRepository publishToSonatype closeAndReleaseSonatypeStagingRepository
50+
./gradlew publishToMavenCentral --publishing-type=AUTOMATIC
5151
# Read the current version from gradle.properties.
5252
VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')
5353
# Read the project group from gradle.properties.

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
2-
id "io.micronaut.build.internal.docs"
3-
id "io.micronaut.build.internal.quality-reporting"
2+
id "io.micronaut.build.internal.parent"
43
}
54

65
repositories {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id("io.micronaut.build.shared.settings") version "7.4.0"
9+
id("io.micronaut.build.shared.settings") version "7.6.4"
1010
}
1111
enableFeaturePreview 'TYPESAFE_PROJECT_ACCESSORS'
1212

0 commit comments

Comments
 (0)