Bump shadow to 8.1.1

This commit is contained in:
William278 2023-03-22 16:22:13 +00:00
parent e5a6e2e051
commit e1d9cec3f6

View File

@ -1,13 +1,13 @@
import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id 'com.github.johnrengelman.shadow' version '8.1.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'org.ajoberstar.grgit' version '5.0.0'
id 'java'
}
group 'net.william278'
version "$ext.plugin_version-${versionMetadata()}"
version "$ext.plugin_version"
ext {
set 'version', version.toString()