Update nebula plugins improving configuration cache support (#85316)

This commit is contained in:
Rene Groeschke 2022-03-24 13:55:54 +01:00 committed by GitHub
parent a236baef6d
commit 579695d032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ dependencies {
api 'commons-codec:commons-codec:1.11'
api 'org.apache.commons:commons-compress:1.19'
api 'org.apache.ant:ant:1.10.8'
api 'com.netflix.nebula:gradle-info-plugin:11.1.0'
api 'com.netflix.nebula:gradle-info-plugin:11.3.3'
api 'org.apache.rat:apache-rat:0.11'
api "net.java.dev.jna:jna:${versions.getProperty('jna')}"
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'

View file

@ -43,7 +43,7 @@ import java.util.regex.Pattern
*/
plugins {
id "nebula.ospackage-base" version "8.6.1"
id "nebula.ospackage-base" version "9.1.1"
}
['deb', 'rpm'].each { type ->