mirror of
https://github.com/plexusorg/ExampleModule.git
synced 2024-11-21 11:55:01 +00:00
Update template
This commit is contained in:
parent
eef1cd09f2
commit
3df9135e1c
@ -1,3 +1,5 @@
|
|||||||
|
import java.nio.charset.StandardCharsets
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
@ -16,10 +18,11 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("org.projectlombok:lombok:1.18.22")
|
compileOnly("org.projectlombok:lombok:1.18.24")
|
||||||
annotationProcessor("org.projectlombok:lombok:1.18.22")
|
annotationProcessor("org.projectlombok:lombok:1.18.24")
|
||||||
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
|
||||||
compileOnly("dev.plex:Plex:1.0.1-SNAPSHOT")
|
compileOnly("dev.plex:server:1.1-SNAPSHOT")
|
||||||
|
compileOnly("dev.plex:api:1.1-SNAPSHOT")
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "dev.plex"
|
group = "dev.plex"
|
||||||
@ -47,4 +50,7 @@ tasks {
|
|||||||
javadoc {
|
javadoc {
|
||||||
options.memberLevel = JavadocMemberLevel.PRIVATE
|
options.memberLevel = JavadocMemberLevel.PRIVATE
|
||||||
}
|
}
|
||||||
}
|
compileJava {
|
||||||
|
options.encoding = StandardCharsets.UTF_8.name()
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
name: ExampleModule
|
name: Module-Example
|
||||||
main: dev.plex.ExampleModule
|
main: dev.plex.ExampleModule
|
||||||
description: An example module for Plex
|
description: An example module for Plex
|
||||||
version: 1.0
|
version: 1.0
|
Loading…
Reference in New Issue
Block a user