2023-02-28T02:12:53
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven {
|
||||
setUrl("https://repo.elex-project.com/repository/maven")
|
||||
setUrl(project.findProperty("repo.url") as String)
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
|
||||
@@ -17,7 +17,7 @@ description = "Examples: Spring-boot"
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
url = uri("https://repo.elex-project.com/repository/maven")
|
||||
url = uri(project.findProperty("repo.url") as String)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,6 +71,6 @@ tasks.javadoc {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation("org.jetbrains:annotations:21.0.1")
|
||||
implementation("org.jetbrains:annotations:24.0.0")
|
||||
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies{
|
||||
//implementation("org.jetbrains:annotations:21.0.1")
|
||||
//implementation("org.jetbrains:annotations:24.0.0")
|
||||
|
||||
|
||||
}
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -7,6 +7,6 @@
|
||||
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
Reference in New Issue
Block a user