Skip to content

Commit

Permalink
Merge pull request #56 from Netflix/version
Browse files Browse the repository at this point in the history
nebula + gradle version bump
  • Loading branch information
syeboah5 authored Jul 19, 2024
2 parents 6f386aa + 3e3d4ce commit 82f46a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nebula-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
name: CI with Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v1
- run: |
git config --global user.name "Mantis OSS Maintainers"
git config --global user.email "[email protected]"
- name: Setup jdk
uses: actions/setup-java@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nebula-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
git config --global user.name "Mantis OSS Maintainers"
git config --global user.email "[email protected]"
- name: Setup jdk 8
uses: actions/setup-java@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nebula-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: |
git config --global user.name "Mantis OSS Maintainers"
git config --global user.email "[email protected]"
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
}

dependencies {
classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:9.1.0'
classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:11.5.0'
classpath 'com.bmuschko:gradle-docker-plugin:6.7.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 82f46a2

Please sign in to comment.