mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 22:27:34 +00:00
build: 移除不需要的依赖项, 调整版本号(-> Alpha), 调整编译版本;
移除已注释的依赖项, 为版本号添加 Alpha 标签, 调整 sourceCompatibility 的值为 JavaVersion 的枚举项(规范且直观).
This commit is contained in:
parent
cd55c1585b
commit
aebab7aad4
@ -5,8 +5,8 @@ plugins {
|
||||
}
|
||||
|
||||
group 'net.lamgc.oracle'
|
||||
version '0.0.1-SNAPSHOT'
|
||||
compileJava.sourceCompatibility = '16'
|
||||
version '0.0.1-alpha-SNAPSHOT'
|
||||
compileJava.sourceCompatibility = JavaVersion.VERSION_16
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -21,8 +21,6 @@ dependencies {
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
|
||||
implementation 'org.slf4j:slf4j-api:1.7.31'
|
||||
// implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
|
||||
|
||||
|
||||
implementation "com.oracle.oci.sdk:oci-java-sdk-core:${ociSdkVer}"
|
||||
implementation "com.oracle.oci.sdk:oci-java-sdk-identity:${ociSdkVer}"
|
||||
|
Loading…
Reference in New Issue
Block a user