mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-12-16 13:21:58 +09:00
Switch to Gradle and update project structure
Replaced Maven with Gradle, updating configurations and dependencies to reflect the change. Added IntelliJ IDEA project settings and updated `.gitignore` for Gradle, IDE, and OS-specific files. Refactored package names and added enhancements such as compiler arguments and environmental versioning.
This commit is contained in:
@@ -53,7 +53,7 @@ dependencies {
|
||||
}
|
||||
|
||||
group = "space.mori.dalbodeule"
|
||||
version = "0.4.1"
|
||||
version = env.VERSION.value
|
||||
description = "SnapAdmin"
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
@@ -65,6 +65,7 @@ publishing {
|
||||
|
||||
tasks.withType<JavaCompile>() {
|
||||
options.encoding = "UTF-8"
|
||||
options.compilerArgs.add("-parameters")
|
||||
}
|
||||
|
||||
tasks.withType<Javadoc>() {
|
||||
|
||||
Reference in New Issue
Block a user