Skip to content

Commit

Permalink
fix license check (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
MxEh-TT committed Jun 26, 2023
1 parent 468cd41 commit d47d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ repositories {
dependencies {
implementation 'org.jenkins-ci.plugins:credentials:1087.v16065d268466'
implementation 'org.jenkins-ci.plugins:script-security:1158.v7c1b_73a_69a_08'
implementation 'org.jenkins-ci.plugins:structs:318.va_f3ccb_729b_71'
implementation 'org.jenkins-ci.plugins.workflow:workflow-step-api:625.vd896b_f445a_f8'

// ecu-test-java-rest-client
Expand Down Expand Up @@ -77,7 +78,6 @@ dependencies {
testImplementation 'com.google.guava:guava:31.1-jre'

// compileOnly
compileOnly 'org.jenkins-ci.plugins:structs:318.va_f3ccb_729b_71'
compileOnly "com.github.spotbugs:spotbugs:${project.properties['spotBugsVersion']}"
compileOnly('com.google.inject:guice') {
version {
Expand Down

0 comments on commit d47d5e8

Please sign in to comment.