files/settings.gradle

45 lines
1.6 KiB
Groovy
Raw Normal View History

pluginManagement {
repositories {
mavenLocal()
mavenCentral {
metadataSources {
mavenPom()
artifact()
ignoreGradleMetadataRedirection()
}
}
gradlePluginPortal()
}
}
dependencyResolutionManagement {
versionCatalogs {
libs {
version('gradle', '8.7')
2024-05-17 17:24:26 +02:00
library('maverick-synergy-client', 'com.sshtools', 'maverick-synergy-client').version('3.1.1')
}
testLibs {
version('junit', '5.10.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('junit-jupiter-platform-launcher', 'org.junit.platform', 'junit-platform-launcher').version('1.10.1')
library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2')
library('junit4', 'junit', 'junit').version('4.13.2')
2024-04-21 10:19:27 +02:00
library('mockito-core', 'org.mockito', 'mockito-core').version('5.11.0')
library('mockito-junit-jupiter', 'org.mockito', 'mockito-junit-jupiter').version('5.11.0')
}
}
}
2021-11-29 18:54:29 +01:00
include 'files-api'
2021-11-29 15:44:33 +01:00
include 'files-ftp'
include 'files-ftp-fs'
include 'files-ftp-mock'
2021-11-29 15:44:33 +01:00
include 'files-sftp'
include 'files-sftp-fs'
2024-05-24 17:59:07 +02:00
include 'files-jadaptive-sftp'
2021-11-29 15:44:33 +01:00
include 'files-webdav'
include 'files-webdav-fs'