upgrade to shadow 7.1.2

This commit is contained in:
Rui Lopes 2023-01-30 08:50:16 +00:00
parent 6ee8370968
commit 9b646b8db4
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ cat >build.gradle <<EOF
plugins { plugins {
id 'application' id 'application'
id 'com.github.johnrengelman.shadow' version '6.1.0' id 'com.github.johnrengelman.shadow' version '7.1.2'
} }
group = 'com.example' group = 'com.example'