You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle.properties
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ GROUP=com.gradleup.shadow
13
13
POM_ARTIFACT_ID=shadow-gradle-plugin
14
14
VERSION_NAME=8.3.10-SNAPSHOT
15
15
16
-
SONATYPE_AUTOMATIC_RELEASE=true
17
-
SONATYPE_HOST=CENTRAL_PORTAL
18
-
RELEASE_SIGNING_ENABLED=true
16
+
mavenCentralAutomaticPublishing=true
17
+
mavenCentralPublishing=true
18
+
signAllPublications=true
19
19
20
20
POM_NAME=Shadow Gradle Plugin
21
21
POM_DESCRIPTION=Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
0 commit comments