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