Skip to content
Snippets Groups Projects
build.gradle 578 B
Newer Older
  • Learn to ignore specific revisions
  • apply from: '../build/javaproject.gradle'
    
                'sis:sis-file-transfer:19.03.1',
                'fasterxml:jackson-core:2.9.10',
                'fasterxml:jackson-annotations:2.9.10'
    
    felmer's avatar
    felmer committed
    
    
        testImplementation project(path: ':lib-commonbase', configuration: 'tests'),
    
                project(path: ':lib-common', configuration: 'tests'),
    
                'fjelmer:classycle:1.4.2',
                'testng:testng:6.8-CISD',
                'reflections:reflections:0.9.10'
    
    felmer's avatar
    felmer committed
    }