Skip to content

Instantly share code, notes, and snippets.

@crusy
Created March 21, 2023 07:48
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 crusy/1f92aba46b3a4a36483e99c84bc0e785 to your computer and use it in GitHub Desktop.
Save crusy/1f92aba46b3a4a36483e99c84bc0e785 to your computer and use it in GitHub Desktop.
Test project for CycloneDX/cdxgen#271
apply plugin: 'java'
repositories {
// maybe more repos are necessary
mavenCentral()
}
dependencies {
implementation "ch.qos.logback:logback-core:1.4.5"
implementation "com.github.spotbugs:spotbugs-annotations:4.7.1"
implementation "io.appium:java-client:8.1.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment