add jpa module
This commit is contained in:
@@ -24,8 +24,8 @@ repositories {
|
||||
java {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
sourceCompatibility = org.gradle.api.JavaVersion.VERSION_1_8
|
||||
targetCompatibility = org.gradle.api.JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = org.gradle.api.JavaVersion.VERSION_17
|
||||
targetCompatibility = org.gradle.api.JavaVersion.VERSION_17
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
||||
@@ -14,5 +14,4 @@ plugins {
|
||||
dependencies{
|
||||
//implementation("org.jetbrains:annotations:24.0.0")
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user