Skip to content

Commit 7166029

Browse files
committed
Fixed spacing.
1 parent a2a2817 commit 7166029

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id "eclipse"
33
id "idea"
4-
id "io.sdkman.vendors" version "2.0.0" apply false
5-
id "com.github.kt3k.coveralls" version "2.10.2" apply false
6-
id "org.sonarqube" version "3.1.1" apply false
7-
id 'com.github.ben-manes.versions' version '0.38.0'
8-
id "nebula.optional-base" version "5.0.3" apply false
9-
id 'org.ajoberstar.grgit' version "$grgitVersion"
4+
id "io.sdkman.vendors" version "2.0.0" apply false
5+
id "com.github.kt3k.coveralls" version "2.10.2" apply false
6+
id "org.sonarqube" version "3.1.1" apply false
7+
id 'com.github.ben-manes.versions' version '0.38.0'
8+
id "nebula.optional-base" version "5.0.3" apply false
9+
id 'org.ajoberstar.grgit' version "$grgitVersion"
1010
id "io.github.gradle-nexus.publish-plugin" version "1.0.0"
1111
id "com.github.breadmoirai.github-release" version "2.2.12"
1212
}

0 commit comments

Comments
 (0)