Merge pull request #28 from HMCore/dependabot/gradle/com.github.johnrengelman.shadow-7.1.1

This commit is contained in:
dependabot[bot]
2021-12-16 13:38:13 +00:00
committed by GitHub

View File

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