[JAVA-12744] Fix module to work with Gradle 7.x
This commit is contained in:
parent
f73b8485bd
commit
770460b488
3
gradle/gradle-fat-jar/README.md
Normal file
3
gradle/gradle-fat-jar/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
### Relevant Articles:
|
||||
|
||||
- [Creating a Fat Jar in Gradle](https://www.baeldung.com/gradle-fat-jar)
|
@ -1,9 +1,10 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.3'
|
||||
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user