update gradle to 8.6

This commit is contained in:
2024-03-10 14:05:12 +01:00
parent e6b60ed59b
commit 98a3cf9ebe
6 changed files with 69 additions and 36 deletions

View File

@@ -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"