mirror of
https://github.com/MiniDay/HamsterCurrency-Parent.git
synced 2025-08-23 12:45:30 +08:00
feat: 添加数据库日志功能
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
//file:noinspection VulnerableLibrariesLocal
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
group 'cn.hamster3'
|
||||
version '2.0.12-SNAPSHOT'
|
||||
version '2.1.0'
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
@@ -42,7 +43,7 @@ jar {
|
||||
destinationDir(rootProject.buildDir)
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8'
|
||||
options.compilerArgs << "-Xlint:unchecked"
|
||||
}
|
||||
@@ -62,7 +63,7 @@ javadoc {
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
create("mavenJava", MavenPublication.class) {
|
||||
artifactId = "HamsterCurrency"
|
||||
artifact jar
|
||||
artifact sourcesJar
|
||||
|
Reference in New Issue
Block a user