File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
- name : " 📤 Publish artifacts to Sonatype"
33
33
id : publish
34
34
env :
35
- NEXUS_PUBLISH_USERNAME : ${{ secrets.NEXUS_PUBLISH_USERNAME }}
36
- NEXUS_PUBLISH_PASSWORD : ${{ secrets.NEXUS_PUBLISH_PASSWORD }}
37
- NEXUS_PUBLISH_URL : ${{ secrets.NEXUS_PUBLISH_RELEASE_URL }}
38
- NEXUS_PUBLISH_STAGING_PROFILE_ID : ${{ secrets.NEXUS_PUBLISH_STAGING_PROFILE_ID }}
35
+ NEXUS_PUBLISH_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
36
+ NEXUS_PUBLISH_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
37
+ NEXUS_PUBLISH_URL : ${{ secrets.SONATYPE_NEXUS_URL }}
38
+ NEXUS_PUBLISH_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
39
39
SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
40
40
SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
41
41
SECRING_FILE : ${{ secrets.SECRING_FILE }}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ buildscript {
9
9
10
10
plugins {
11
11
id ' com.github.ben-manes.versions' version ' 0.51.0'
12
- id ' org.grails.grails-publish'
13
12
}
14
13
15
14
version = projectVersion
@@ -18,6 +17,7 @@ group = 'org.grails.plugins'
18
17
apply plugin : ' java-library'
19
18
apply plugin : ' java-test-fixtures'
20
19
apply plugin : ' org.grails.grails-plugin'
20
+ apply plugin : ' org.grails.grails-publish'
21
21
22
22
tasks. withType(JavaCompile ). configureEach {
23
23
options. release = 17
Original file line number Diff line number Diff line change 1
- pluginManagement {
2
- repositories {
3
- maven { url " https://repo.grails.org/grails/core/" }
4
- gradlePluginPortal()
5
- }
6
- plugins {
7
- id " org.grails.grails-publish" version " ${ grailsGradlePluginVersion} "
8
- }
9
- }
10
-
11
1
plugins {
12
2
id ' com.gradle.develocity' version ' 3.18.2'
13
3
id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.0.2'
You can’t perform that action at this time.
0 commit comments