Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Aug 15, 2024
1 parent 2da860e commit 44628f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
plugins {
id 'scala'
id 'jacoco'
id 'com.diffplug.spotless' version '6.20.0'
id 'maven-publish'
id 'signing'
id 'com.palantir.git-version' version '3.0.0'
id 'io.github.gradle-nexus.publish-plugin' version "1.3.0"
id 'signing'
id "com.avast.gradle.docker-compose" version "0.17.4"
id 'com.diffplug.spotless' version '6.20.0'
}

group = 'dev.joss'
Expand Down

0 comments on commit 44628f8

Please sign in to comment.