From a4317d76c6cf767be2a8f042c097a7b281a166a9 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Sat, 8 May 2021 10:56:18 -0500 Subject: [PATCH] seems to deploy locally --- .idea/compiler.xml | 1 + build.gradle | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 6e8aef2..29a5838 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -13,6 +13,7 @@ + diff --git a/build.gradle b/build.gradle index bb8996c..7f1055c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,17 +9,16 @@ buildscript { } plugins { - id 'java' + id 'java-library' id 'maven-publish' id "org.jetbrains.kotlin.jvm" version '1.5.0' id 'org.jetbrains.dokka' version '1.4.32' - id 'com.github.johnrengelman.shadow' version '7.0.0' id "com.github.ben-manes.versions" version "0.38.0" id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.0' } -group 'kweb' -version '0.4.32' +group 'com.github.kwebio' +version '0.4.33' repositories { mavenCentral() @@ -50,4 +49,4 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { kotlinOptions { jvmTarget = "1.8" } -} \ No newline at end of file +}