2019-10-31 21:43:47 -04:00
|
|
|
apply plugin :'java'
|
|
|
|
//apply plugin : 'application'
|
|
|
|
|
2024-01-15 13:57:48 -05:00
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
dependencies{
|
2022-06-21 14:26:14 -04:00
|
|
|
implementation group: 'joda-time', name: 'joda-time', version: '2.9.9'
|
|
|
|
testImplementation group: 'junit', name: 'junit', version: '4.12'
|
2019-10-31 21:43:47 -04:00
|
|
|
}
|