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