mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-28 03:57:50 +01:00
Export codegen feature + correct javadoc
This commit is contained in:
parent
890cfe4622
commit
4079d8e746
@ -67,14 +67,20 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
|
||||
// Minestom uses LWJGL libs as optional dependency if interfacing with a GPU is asked
|
||||
java {
|
||||
// Minestom uses LWJGL libs as optional dependency if interfacing with a GPU is asked
|
||||
registerFeature("lwjgl") {
|
||||
usingSourceSet(sourceSets.lwjgl)
|
||||
withJavadocJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
registerFeature("generators") {
|
||||
usingSourceSet(sourceSets.generators)
|
||||
withJavadocJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
withJavadocJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
@ -56,7 +56,7 @@ public interface SerializableData extends Data {
|
||||
void readIndexedSerializedData(BinaryReader reader);
|
||||
|
||||
/**
|
||||
* Get the index info (class name -> class index)
|
||||
* Get the index info (class name -> class index)
|
||||
* <p>
|
||||
* Sized by a var-int
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user