2025-01-30 17:23:55 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenLocal()
|
|
|
|
mavenCentral {
|
|
|
|
metadataSources {
|
|
|
|
mavenPom()
|
|
|
|
artifact()
|
|
|
|
ignoreGradleMetadataRedirection()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
|
|
|
version('gradle', '8.7')
|
|
|
|
library('jna', 'net.java.dev.jna', 'jna').version('5.16.0')
|
|
|
|
library('log4j2', 'org.apache.logging.log4j', 'log4j-core').version('2.24.3')
|
|
|
|
library('bridj', 'com.nativelibs4java', 'bridj').version('0.7.0')
|
|
|
|
}
|
|
|
|
testLibs {
|
|
|
|
version('junit', '5.11.4')
|
|
|
|
library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
|
|
|
|
library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit')
|
|
|
|
library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
|
|
|
|
library('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.11.4')
|
|
|
|
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
|
|
|
|
library('mockito', 'org.mockito', 'mockito-junit-jupiter').version('5.15.2')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-08 11:14:54 +02:00
|
|
|
include 'log4j-systemd-journal'
|
2020-11-15 21:39:26 +01:00
|
|
|
include 'systemd-journal-bridj'
|
|
|
|
include 'systemd-journal-jna'
|