Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rundeck/rd-ext-acl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ca81e3f8e3793c2868d4293d71fa7f39206b2412
Choose a base ref
..
head repository: rundeck/rd-ext-acl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd5b8e197b42d460a2dcbe40c7f2adce196909d8
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.gradle
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ shadowJar{

dependencies {

compileOnly "org.projectlombok:lombok:1.18.32"
annotationProcessor "org.projectlombok:lombok:1.18.32"
compileOnly "org.projectlombok:lombok:1.18.34"
annotationProcessor "org.projectlombok:lombok:1.18.34"

shadow "org.rundeck.cli:rd-cli-lib:${rdVersion}"
shadow "org.rundeck.cli-toolbelt:toolbelt-jewelcli:$toolbeltVersion"