pluginManagement { repositories { mavenLocal() mavenCentral { metadataSources { mavenPom() artifact() ignoreGradleMetadataRedirection() } } gradlePluginPortal() } } dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '8.5') version('groovy', '4.0.17') version('spock', '2.3-groovy-4.0') version('junit', '5.10.1') library('groovy-core', 'org.apache.groovy', 'groovy').versionRef('groovy') library('spock-core', 'org.spockframework', 'spock-core').versionRef('spock') library('spock-junit4', 'org.spockframework', 'spock-junit4').versionRef('spock') 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').version('4.13.2') library('hamcrest', 'org.hamcrest', 'hamcrest-library').version('2.2') library('ftp-fs', 'org.xbib', 'ftp-fs').version('2.6.0') library('files-sftp-fs', 'org.xbib', 'files-sftp-fs').version('4.2.1') library('jgit', 'org.eclipse.jgit', 'org.eclipse.jgit').version('6.8.0.202311291450-r') library('mail', 'com.sun.mail', 'javax.mail').version('1.6.2') } } } include 'groovy-crypt' include 'groovy-ftp' include 'groovy-ftps' include 'groovy-git-annotations' include 'groovy-git' include 'groovy-ldap' include 'groovy-mail' include 'groovy-sshd'