Skip to content

Commit

Permalink
Pretty up the published JSON record (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval authored Nov 22, 2023
1 parent f9bebb5 commit 47d9795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subprojects {
"requires": "${metaFromManifest('Plugin-Requires', file('src/resources/META-INF/MANIFEST.MF'))}",
"sha512sum": "${computeSha512(zip)}"
}
""".trim().stripIndent()
""".stripIndent().trim()
file("$buildDir/tmp/makeZip").deleteDir()
}
outputs.file("$buildDir/libs/${project.name}-${project.version}.zip")
Expand Down

0 comments on commit 47d9795

Please sign in to comment.