Skip to content

Instantly share code, notes, and snippets.

@illuzor
Last active September 3, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save illuzor/adc1c439715dd568dfda3c1d0a64f8f6 to your computer and use it in GitHub Desktop.
Save illuzor/adc1c439715dd568dfda3c1d0a64f8f6 to your computer and use it in GitHub Desktop.
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