remove legacy gradle eclipse plugin
This commit is contained in:
parent
4a6da6d0f7
commit
166064f21a
3 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
application
|
application
|
||||||
id("com.gradleup.shadow") version "8.3.6"
|
id("com.gradleup.shadow") version "8.3.6"
|
||||||
eclipse
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
`java-library`
|
`java-library`
|
||||||
eclipse
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
plugins {
|
plugins {
|
||||||
application
|
application
|
||||||
id("com.gradleup.shadow") version "8.3.6"
|
id("com.gradleup.shadow") version "8.3.6"
|
||||||
eclipse
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue