Skip to content

Commit ebb39fe

Browse files
committed
Convert to kotlin!
1 parent b188927 commit ebb39fe

29 files changed

+841
-1060
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
plugins {
22
id 'com.github.johnrengelman.shadow' version '6.1.0'
3-
id 'java'
3+
id 'org.jetbrains.kotlin.jvm' version '1.4.32'
4+
id 'java-library'
45
}
56

67
//noinspection GroovyUnusedAssignment
78
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8
89
compileJava.options.encoding 'UTF-8'
910

1011
group 'me.dkim19375'
11-
version '2.6.1'
12+
version '3.0.0'
1213

1314
repositories {
1415
mavenCentral()
15-
mavenLocal()
1616
maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' }
1717
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
1818
maven { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
@@ -21,6 +21,7 @@ repositories {
2121
}
2222

2323
dependencies {
24+
compileOnly 'commons-io:commons-io:2.8.0'
2425
compileOnly 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
2526
compileOnly 'me.clip:placeholderapi:2.10.9'
2627
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.4'

src/main/java/me/dkim19375/dkim19375core/ConfigFile.java

Lines changed: 0 additions & 295 deletions
This file was deleted.

0 commit comments

Comments
 (0)