Skip to content

Commit

Permalink
Added maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Nov 4, 2019
1 parent f74f0c4 commit 691c004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
plugins {
maven
jacoco
kotlin("jvm") version "1.3.50"
}

group = "eu.yeger"
version = "3.0.0"
version = "3.0.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 691c004

Please sign in to comment.