diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 29a5838..6e8aef2 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -13,7 +13,6 @@
-
diff --git a/build.gradle b/build.gradle
index 7f1055c..0d8677a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@ plugins {
}
group 'com.github.kwebio'
-version '0.4.33'
+version '0.4.34'
repositories {
mavenCentral()
@@ -50,3 +50,14 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
jvmTarget = "1.8"
}
}
+
+publishing {
+ publications {
+ mavenJava(MavenPublication) {
+ from components.java
+ }
+ }
+ repositories {
+ mavenLocal()
+ }
+}
\ No newline at end of file