1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 02:09:38 +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 5a413f53a4
commit 0649c041cd
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -5,7 +5,7 @@
plugins { plugins {
id 'application' id 'application'
id 'org.graalvm.buildtools.native' version '0.10.6' 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 { graalvmNative {