commit 9c4bc680ae9fcc8334f2a6a3d74de47ebbea39b5 parent 2692f76dc26f4d02d7668e205da635987f37410a Author: typable <contact@typable.dev> Date: Tue, 10 Jan 2023 16:58:34 +0100 Removed unused gradle configurations Diffstat:
M | build.gradle | | | 6 | ------ |
D | gradle.properties | | | 1 | - |
2 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/build.gradle b/build.gradle @@ -24,8 +24,3 @@ targetCompatibility = 1.11 dependencies { implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' } - -task local (dependsOn: 'jar', type: Copy) { - from project.file('build/libs') - into '/Users/andreas/Documents/run/minecraft/plugins' -} -\ No newline at end of file diff --git a/gradle.properties b/gradle.properties @@ -1 +0,0 @@ -org.gradle.console=plain