1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

gradle: migrate to new shadow plugin namespace

This commit is contained in:
Paul Schaub 2025-04-21 19:12:10 +02:00
parent a80c4fb4bb
commit e444fdd6ca
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,7 +5,7 @@
plugins {
id 'application'
id 'org.graalvm.buildtools.native' version '0.10.6'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'com.gradleup.shadow' version '8.3.6'
}
graalvmNative {