2023-02-28T02:12:53
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user