group 'com.illuzor.lesson.resizer' | |
version '1.0' | |
apply plugin: 'java' | |
sourceCompatibility = 1.8 | |
repositories { | |
mavenCentral() | |
} | |
test { | |
useJUnitPlatform() | |
} | |
dependencies { | |
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.0' | |
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.0' | |
implementation 'org.imgscalr:imgscalr-lib:4.2' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment