rpm/settings.gradle

22 lines
1 KiB
Groovy
Raw Permalink Normal View History

2022-05-25 15:38:56 +02:00
dependencyResolutionManagement {
versionCatalogs {
libs {
2023-05-16 14:03:22 +02:00
version('gradle', '8.1.1')
version('junit', '5.9.3')
2022-05-25 15:38:56 +02:00
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('junit4', 'junit:junit:4.13.2')
library('hamcrest', 'org.hamcrest:hamcrest-library:2.2')
plugin('publish', 'com.gradle.plugin-publish').version('0.18.0')
library('bzip2', 'org.xbib', 'io-compress-bzip2').version('1.1.0')
library('xz', 'org.xbib', 'io-compress-xz').version('1.1.0')
library('bouncycastle', 'org.bouncycastle', 'bcpg-jdk18on').version('1.71')
library('ant', 'org.apache.ant', 'ant').version('1.10.10')
}
}
}
2017-10-07 13:14:33 +02:00
include 'rpm-core'
include 'rpm-ant'