Skip to content

Commit

Permalink
around we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 8, 2021
1 parent c96e92c commit 4463151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {

plugins {
id 'java'
id 'maven'
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'
Expand All @@ -18,7 +19,7 @@ plugins {
}

group 'kweb'
version '0.4.30'
version '0.4.31'

repositories {
mavenCentral()
Expand Down

0 comments on commit 4463151

Please sign in to comment.