Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
juncevich committed Apr 26, 2023
1 parent ad612a5 commit fc75e56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions relay-store-service/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'com.google.cloud.tools.jib' version '3.2.1' as Provider<String>
id 'org.springframework.boot' version '3.0.5' as Provider<String>
id 'io.spring.dependency-management' version '1.1.0' as Provider<String>
id 'com.google.cloud.tools.jib' version '3.2.1'
id 'org.springframework.boot' version '3.0.5'
id 'io.spring.dependency-management' version '1.1.0'
id 'java'
id "org.sonarqube" version "4.0.0.2929" as Provider<String>
id "org.sonarqube" version "4.0.0.2929"
// id 'nebula.release' version '11.0.0'
id 'jacoco'
id "org.flywaydb.flyway" version "9.8.1" as Provider<String>
id "org.flywaydb.flyway" version "9.8.1"
// id "net.ltgt.apt" version "0.21"
// id 'pmd'
}
Expand Down

0 comments on commit fc75e56

Please sign in to comment.