Skip to content

Commit

Permalink
Added java-library plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
developerfromjokela committed Sep 18, 2022
1 parent 9706733 commit 821c09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("groovy")
id("java")
id("java-library")
kotlin("jvm") version "1.6.21"
}

group = "org.openwilma.kotlin"
version = "0.9-BETA"
version = "0.9.1-BETA"

repositories {
mavenCentral()
Expand Down

0 comments on commit 821c09a

Please sign in to comment.