Skip to content

Commit 8aeb3cd

Browse files
committed
Add artifact promotion
1 parent e22e38b commit 8aeb3cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ tasks.named('jar', Jar) {
6262
publishing {
6363
publications.register('mavenJava', MavenPublication) {
6464
changelog.publish(it)
65+
gradleutils.promote(it)
6566
pom {
6667
from components.java
6768
artifactId = 'coremods'

coremods-api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ tasks.named('jar', Jar) {
5353

5454
publishing {
5555
publications.register('mavenJava', MavenPublication) {
56+
gradleutils.promote(it)
5657
pom {
5758
from components.java
5859
artifactId = 'coremods-api'

0 commit comments

Comments
 (0)