1.4.0 增加jpa的代理模块
This commit is contained in:
21
build.gradle
21
build.gradle
@@ -17,7 +17,7 @@ buildscript {
|
||||
|
||||
subprojects {
|
||||
group 'com.synebula'
|
||||
version '1.3.0'
|
||||
version '1.4.0'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
@@ -53,4 +53,23 @@ subprojects {
|
||||
compileTestKotlin {
|
||||
kotlinOptions.jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
publishing {
|
||||
// repositories {
|
||||
// maven {
|
||||
// allowInsecureProtocol = true
|
||||
// url = "$nexus_url"
|
||||
// credentials {
|
||||
// username = "$nexus_usr"
|
||||
// password = "$nexus_pwd"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
from components.java
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user