update gradle to 8.6
This commit is contained in:
@@ -1 +1,25 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url "http://localhost:8081/repository/maven-public/"
|
||||
allowInsecureProtocol true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("me.champeau.jmh") version "0.7.2" apply false
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
maven {
|
||||
url "http://localhost:8081/repository/maven-public/"
|
||||
allowInsecureProtocol true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
include "primitiveCollections"
|
||||
Reference in New Issue
Block a user