Skip to content

Instantly share code, notes, and snippets.

@mike-neck
Created June 24, 2019 04:05
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 mike-neck/b9ed3d7963c37f21fe8a77f98c15795a to your computer and use it in GitHub Desktop.
Save mike-neck/b9ed3d7963c37f21fe8a77f98c15795a to your computer and use it in GitHub Desktop.
plugins {
id 'java-library'
}
repositories {
mavenCentral()
}
dependencies {
api 'org.slf4j:slf4j-api:1.7.12'
testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment