mirror of
https://github.com/SimplexDevelopment/FeelingLucky.git
synced 2025-07-04 02:56:41 +00:00
Alpha 1.0 RC02
Changelog: - Some visibility changes (Developers) - Added the Luck command. - Added some extra backend shortcuts
This commit is contained in:
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'io.github.simplex'
|
||||
version = '1.0-SNAPSHOT'
|
||||
version = '1.0-RC02'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -29,6 +29,9 @@ java {
|
||||
if (JavaVersion.current() < javaVersion) {
|
||||
toolchain.languageVersion = JavaLanguageVersion.of(targetJavaVersion)
|
||||
}
|
||||
|
||||
withSourcesJar();
|
||||
withJavadocJar();
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
|
Reference in New Issue
Block a user