forked from Upstream/Velocitab
Bump shadow to 8.1.1
This commit is contained in:
parent
e5a6e2e051
commit
e1d9cec3f6
@ -1,13 +1,13 @@
|
|||||||
import org.apache.tools.ant.filters.ReplaceTokens
|
import org.apache.tools.ant.filters.ReplaceTokens
|
||||||
|
|
||||||
plugins {
|
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 'org.ajoberstar.grgit' version '5.0.0'
|
||||||
id 'java'
|
id 'java'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'net.william278'
|
group 'net.william278'
|
||||||
version "$ext.plugin_version-${versionMetadata()}"
|
version "$ext.plugin_version"
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
set 'version', version.toString()
|
set 'version', version.toString()
|
||||||
|
Loading…
Reference in New Issue
Block a user