Skip to content

Commit

Permalink
Release 10.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blackduck-serv-builder committed Jan 11, 2024
1 parent 69f221b commit 1f38088
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
////////// START BUILDSCRIPT DEPENDENCY //////////
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.12.0" }

////////// END BUILDSCRIPT DEPENDENCY //////////
}

plugins { id 'groovy' }

project.ext.moduleName = 'com.synopsys.integration.integration-rest'
project.ext.junitShowStandardStreams = 'true'

version = '10.4.3-SNAPSHOT'
version = '10.4.3'
description = 'A library wrapping http communication for integrations.'

apply plugin: 'com.synopsys.integration.library'
Expand Down

0 comments on commit 1f38088

Please sign in to comment.