Skip to content

Commit f82eb98

Browse files
authored
Merge pull request #2352 from lissam1/update-micronaut-build
Update micronaut build
2 parents a95435d + 39708e1 commit f82eb98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

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

build.gradle.kts

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
alias(mn.plugins.kotlin.jvm) apply(false)
54
alias(mn.plugins.kotlin.kapt) apply(false)
65
alias(mn.plugins.kotlin.allopen) apply(false)

0 commit comments

Comments
 (0)