mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-28 19:11:45 +01:00
Added maven-publish in build gradle in hopes to make capabilities work with Jitpack
This commit is contained in:
parent
bd71b3090d
commit
3c4e1d22f5
@ -3,6 +3,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'java'
|
||||
id 'maven-publish'
|
||||
id 'net.ltgt.apt' version '0.10'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.72'
|
||||
}
|
||||
@ -124,4 +125,4 @@ dependencies {
|
||||
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengl::$lwjglNatives"
|
||||
lwjglRuntimeOnly "org.lwjgl:lwjgl-opengles::$lwjglNatives"
|
||||
lwjglRuntimeOnly "org.lwjgl:lwjgl-glfw::$lwjglNatives"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user