Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd2f1de610 | |||
|
cdd4f7bd04
|
|||
|
b4a97845ca
|
@@ -2,7 +2,7 @@ Args=-O3 \
|
|||||||
-march=x86-64-v3 \
|
-march=x86-64-v3 \
|
||||||
--gc=serial \
|
--gc=serial \
|
||||||
--enable-url-protocols=jpms \
|
--enable-url-protocols=jpms \
|
||||||
--pgo=conf/default.iprof \
|
--pgo=native-image/default.iprof \
|
||||||
--initialize-at-run-time=io.netty \
|
--initialize-at-run-time=io.netty \
|
||||||
--initialize-at-build-time=net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory,net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory$JpmsHandler \
|
--initialize-at-build-time=net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory,net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory$JpmsHandler \
|
||||||
--trace-object-instantiation=ch.qos.logback.classic.Logger \
|
--trace-object-instantiation=ch.qos.logback.classic.Logger \
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
|
// mavenLocal {
|
||||||
|
// content {
|
||||||
|
// includeGroup 'net.woggioni.gradle'
|
||||||
|
// includeGroup 'net.woggioni.gradle.lombok'
|
||||||
|
// includeGroup 'net.woggioni.gradle.finalguard'
|
||||||
|
// }
|
||||||
|
// }
|
||||||
maven {
|
maven {
|
||||||
url = getProperty('gitea.maven.url')
|
url = getProperty('gitea.maven.url')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user