Skip to content

Commit 232afef

Browse files
Merge pull request #136 from nebula-plugins/update-com.netflix.nebula.plugin-plugin-to-use-sonatype-central-portal
Update com.netflix.nebula.plugin plugin to use sonatype central portal
2 parents 77862ba + 76789a0 commit 232afef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nebula.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: "Gradle Wrapper Validation"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: gradle/wrapper-validation-action@v1
1818
buildmultijdk:
1919
if: (!startsWith(github.ref, 'refs/tags/v'))
@@ -25,7 +25,7 @@ jobs:
2525
java: [8, 17, 21]
2626
name: Gradle Build without Publish
2727
steps:
28-
- uses: actions/checkout@v1
28+
- uses: actions/checkout@v4
2929
- name: Setup git user
3030
run: |
3131
git config --global user.name "Nebula Plugin Maintainers"
@@ -65,7 +65,7 @@ jobs:
6565
NETFLIX_OSS_SONATYPE_USERNAME: ${{ secrets.ORG_SONATYPE_USERNAME }}
6666
NETFLIX_OSS_SONATYPE_PASSWORD: ${{ secrets.ORG_SONATYPE_PASSWORD }}
6767
steps:
68-
- uses: actions/checkout@v1
68+
- uses: actions/checkout@v4
6969
- name: Setup git user
7070
run: |
7171
git config --global user.name "Nebula Plugin Maintainers"
@@ -110,7 +110,7 @@ jobs:
110110
NETFLIX_OSS_REPO_USERNAME: ${{ secrets.ORG_NETFLIXOSS_USERNAME }}
111111
NETFLIX_OSS_REPO_PASSWORD: ${{ secrets.ORG_NETFLIXOSS_PASSWORD }}
112112
steps:
113-
- uses: actions/checkout@v1
113+
- uses: actions/checkout@v4
114114
- name: Setup git user
115115
run: |
116116
git config --global user.name "Nebula Plugin Maintainers"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616
plugins {
17-
id 'com.netflix.nebula.plugin-plugin' version '21.2.2'
17+
id 'com.netflix.nebula.plugin-plugin' version '21.3.3'
1818
}
1919

2020
description = 'Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources'

0 commit comments

Comments
 (0)