upgrade to shadow 8.1.1

This commit is contained in:
Rui Lopes 2023-07-29 06:59:42 +01:00
parent 15a4046fa5
commit afce22178c
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 '8.1.0' id 'com.github.johnrengelman.shadow' version '8.1.1'
} }
group = 'com.example' group = 'com.example'