Merge pull request #19 from HMCore/dependabot/gradle/com.github.johnrengelman.shadow-7.1.0

This commit is contained in:
dependabot[bot]
2021-11-16 22:27:33 +00:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.0'
id 'maven-publish'
}