Skip to content

Commit

Permalink
Nebula plugin plugin 20.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Jan 9, 2024
1 parent c84b507 commit 18dc5b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- uses: actions/checkout@v1
- name: Setup git user
run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
git config --global user.name "Nebula Plugin Maintainers"
git config --global user.email "[email protected]"
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -109,8 +109,8 @@ jobs:
- uses: actions/checkout@v1
- name: Setup git user
run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
git config --global user.name "Nebula Plugin Maintainers"
git config --global user.email "[email protected]"
- name: Setup jdk 8
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 @@ -16,7 +16,7 @@
import org.gradle.util.GradleVersion

plugins {
id 'com.netflix.nebula.plugin-plugin' version '20.10.0'
id 'com.netflix.nebula.plugin-plugin' version '20.11.0'
id 'com.netflix.nebula.optional-base' version '9.0.0'
id "org.jetbrains.kotlin.jvm" version "1.9.0"
id 'java-gradle-plugin'
Expand Down

0 comments on commit 18dc5b8

Please sign in to comment.