Skip to content

Commit

Permalink
Add support for JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
Sternbach-Software committed Jul 30, 2021
1 parent 4d57c86 commit f6be33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.5.21'
}

group = 'me.shmue'
apply plugin: 'maven'
group = 'com.github.shmueldabomb441'
version = '1.0-SNAPSHOT'

repositories {
Expand Down

0 comments on commit f6be33f

Please sign in to comment.