Skip to content
Snippets Groups Projects
Commit d6b8a9e2 authored by dgelessus's avatar dgelessus
Browse files

Fix indents and formatting in build.gradle

parent 7b98e94f
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ sourceSets { ...@@ -26,8 +26,6 @@ sourceSets {
resources { resources {
srcDir 'src' srcDir 'src'
} }
} }
} }
...@@ -41,7 +39,6 @@ task tlatools(dependsOn: build) << { ...@@ -41,7 +39,6 @@ task tlatools(dependsOn: build) << {
} }
if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) { if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')) {
println "Configuring deployment for ${ project.name }" println "Configuring deployment for ${ project.name }"
apply plugin: 'signing' apply plugin: 'signing'
...@@ -99,7 +96,6 @@ uploadArchives { ...@@ -99,7 +96,6 @@ uploadArchives {
url 'https://github.com/hhu-stups/tlatools' url 'https://github.com/hhu-stups/tlatools'
} }
developers { developers {
developer { developer {
id 'bendisposto' id 'bendisposto'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment