Created
March 21, 2023 07:48
-
-
Save crusy/1f92aba46b3a4a36483e99c84bc0e785 to your computer and use it in GitHub Desktop.
Test project for CycloneDX/cdxgen#271
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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