๐Ÿ“ฆ sorend / gstftpd-server

๐Ÿ“„ build.gradle ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12apply plugin: 'java'

sourceCompatibility = '1.8'

repositories {
  mavenCentral()
}

dependencies {
  testCompile 'junit:junit:4.12'
}