2022-11-16 23:12:46 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
mavenLocal()
|
|
|
|
mavenCentral {
|
|
|
|
metadataSources {
|
|
|
|
mavenPom()
|
|
|
|
artifact()
|
|
|
|
ignoreGradleMetadataRedirection()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencyResolutionManagement {
|
|
|
|
versionCatalogs {
|
|
|
|
libs {
|
|
|
|
version('gradle', '7.5.1')
|
|
|
|
version('groovy', '3.0.10')
|
|
|
|
version('junit', '5.9.1')
|
|
|
|
version('net', '3.0.2')
|
|
|
|
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-vintage-engine', 'org.junit.vintage', 'junit-vintage-engine').versionRef('junit')
|
|
|
|
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
|
|
|
|
library('junit4', 'junit', 'junit').version('4.13.2')
|
|
|
|
library('net-security', 'org.xbib', 'net-security').versionRef('net')
|
|
|
|
library('mockftpserver', 'org.mockftpserver', 'MockFtpServer').version('2.7.1')
|
|
|
|
library('mockito-core', 'org.mockito', 'mockito-core').version('3.7.7')
|
|
|
|
library('mockito-junit-jupiter', 'org.mockito', 'mockito-junit-jupiter').version('3.7.7')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-11-29 18:54:29 +01:00
|
|
|
include 'files-api'
|
2021-11-29 15:44:33 +01:00
|
|
|
include 'files-zlib'
|
|
|
|
include 'files-ftp'
|
|
|
|
include 'files-ftp-fs'
|
|
|
|
include 'files-sftp'
|
|
|
|
include 'files-sftp-fs'
|
|
|
|
include 'files-webdav'
|
|
|
|
include 'files-webdav-fs'
|