Update to support Lunar Core

This commit is contained in:
2023-12-17 14:04:21 +08:00
parent 896b802bff
commit 58cd171296
26 changed files with 88 additions and 1711 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group 'com.github.jie65535.opencommand'
version '1.7.0'
version '1.0.0'
sourceCompatibility = 17
targetCompatibility = 17
@@ -18,7 +18,7 @@ dependencies {
}
jar {
jar.baseName = 'opencommand'
jar.baseName = 'OpenCommand-LunarCore'
destinationDir = file(".")
}