mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 02:39:39 +02:00
Implement graal nativeimage compilation
Requires sop-java 10.1.1-SNAPSHOT for now, as that version includes picocli configurations files
This commit is contained in:
parent
9ac928fcf1
commit
143c9777d6
2 changed files with 8 additions and 2 deletions
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'application'
|
id 'application'
|
||||||
|
id 'org.graalvm.buildtools.native' version '0.10.6'
|
||||||
|
}
|
||||||
|
|
||||||
|
graalvmNative {
|
||||||
|
toolchainDetection = true
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -16,7 +21,8 @@ dependencies {
|
||||||
// implementation "ch.qos.logback:logback-core:1.2.6"
|
// implementation "ch.qos.logback:logback-core:1.2.6"
|
||||||
// We want logback logging in tests and in the app
|
// We want logback logging in tests and in the app
|
||||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
implementation "ch.qos.logback:logback-classic:$logbackVersion"
|
// implementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
|
implementation "org.slf4j:slf4j-nop:$slf4jVersion"
|
||||||
|
|
||||||
implementation(project(":pgpainless-sop"))
|
implementation(project(":pgpainless-sop"))
|
||||||
implementation "org.pgpainless:sop-java-picocli:$sopJavaVersion"
|
implementation "org.pgpainless:sop-java-picocli:$sopJavaVersion"
|
||||||
|
|
|
@ -13,6 +13,6 @@ allprojects {
|
||||||
logbackVersion = '1.5.13'
|
logbackVersion = '1.5.13'
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.5.1'
|
||||||
slf4jVersion = '1.7.36'
|
slf4jVersion = '1.7.36'
|
||||||
sopJavaVersion = '10.1.0'
|
sopJavaVersion = '10.1.1-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue