mirror of
https://github.com/HMCore/Core.git
synced 2025-12-12 13:56:19 +00:00
added maven repo building
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java'
|
||||||
|
id 'maven'
|
||||||
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
group 'org.hmcore'
|
group 'com.github.HMCore'
|
||||||
version '1.0-SNAPSHOT'
|
version '1.0-SNAPSHOT'
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
Reference in New Issue
Block a user