Skip to content

Commit c695714

Browse files
Update build.gradle
Made it able to release
1 parent 01d6bd1 commit c695714

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ wrapper {
4545
distributionType = Wrapper.DistributionType.ALL
4646
}
4747

48-
jar {
49-
destinationDirectory.set(file("/Users/linusglimm/Desktop/mineopoly stuff/servers/spigotTest/plugins"))
50-
}
51-
5248
tasks.withType(JavaCompile).configureEach {
5349
options.encoding = 'UTF-8'
5450

@@ -64,4 +60,4 @@ processResources {
6460
filesMatching('plugin.yml') {
6561
expand props
6662
}
67-
}
63+
}

0 commit comments

Comments
 (0)