File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 java : [17, 21, 25]
1515 name : Gradle Build without Publish
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Setup git user
1919 run : |
2020 git config --global user.name "Nebula Plugin Maintainers"
Original file line number Diff line number Diff line change 2121 NETFLIX_OSS_REPO_USERNAME : ${{ secrets.ORG_NETFLIXOSS_USERNAME }}
2222 NETFLIX_OSS_REPO_PASSWORD : ${{ secrets.ORG_NETFLIXOSS_PASSWORD }}
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Setup git user
2626 run : |
2727 git config --global user.name "Nebula Plugin Maintainers"
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id(" com.netflix.nebula.root" ) version (" 25.0.2 " )
4- id(" com.netflix.nebula.plugin-plugin" ) version (" 25.0.2 " )
5- id(" com.netflix.nebula.library" ) version (" 25.0.2 " )
3+ id(" com.netflix.nebula.root" ) version (" 25.+ " )
4+ id(" com.netflix.nebula.plugin-plugin" ) version (" 25.+ " )
5+ id(" com.netflix.nebula.library" ) version (" 25.+ " )
66 }
77}
88plugins {
You can’t perform that action at this time.
0 commit comments