Skip to content

Commit befe016

Browse files
Remove unused content
Remove old (Azure Pipelines) build definitions and scripts, and Gradle build tasks. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent b275bd6 commit befe016

File tree

9 files changed

+2
-469
lines changed

9 files changed

+2
-469
lines changed

build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,8 @@ subprojects {
8585
}
8686
}
8787

88-
task printVersionName() {
89-
println rootProject.version
90-
}
91-
9288
// Get the date in the reverse format for sorting
93-
def getDate() {
89+
static def getDate() {
9490
def date = new Date()
9591
def formattedDate = date.format('yyyyMMdd')
9692
return formattedDate

ci/azure-pipelines.yml

Lines changed: 0 additions & 228 deletions
This file was deleted.

ci/publish_jar_nexus.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

ci/templates/build-data.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configurations {
2727
}
2828
}
2929

30-
tasks.withType(org.gradle.api.tasks.testing.Test) {
30+
tasks.withType(Test).configureEach {
3131
systemProperty 'CORE_CHAINCODE_LOGGING_LEVEL', 'DEBUG'
3232
}
3333

scripts/changelog.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

scripts/gittag.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)