Skip to content

Commit f6be33f

Browse files
Add support for JitPack
1 parent 4d57c86 commit f6be33f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'org.jetbrains.kotlin.jvm' version '1.5.21'
33
}
4-
5-
group = 'me.shmue'
4+
apply plugin: 'maven'
5+
group = 'com.github.shmueldabomb441'
66
version = '1.0-SNAPSHOT'
77

88
repositories {

0 commit comments

Comments
 (0)