Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Add maven to gradle
Browse files Browse the repository at this point in the history
Temporary to make sure Jitpack working (We'll moving to maven central later)
  • Loading branch information
GSculerlor committed Jan 22, 2020
1 parent e251fe0 commit 5a860ff
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,8 +1,9 @@
plugins {
kotlin("jvm") version "1.3.61"
maven
}

group = "moe.ganen"
group = "com.github.GSculerlor"
version = "0.0.1"

repositories {
Expand Down

0 comments on commit 5a860ff

Please sign in to comment.