Skip to content

Commit

Permalink
Using the next snapshot post release 7.1.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder Service committed Feb 10, 2021
1 parent 3d74293 commit 3fc54b6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
buildscript {
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-repositories.gradle', to: buildscript
////////// START BUILDSCRIPT DEPENDENCY //////////
dependencies { classpath "com.synopsys.integration:common-gradle-plugin:1.8.0" }

////////// END BUILDSCRIPT DEPENDENCY //////////
apply from: 'https://raw.githubusercontent.com/blackducksoftware/integration-resources/master/gradle_common/buildscript-dependencies.gradle', to: buildscript
}

plugins { id 'groovy' }

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

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

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

0 comments on commit 3fc54b6

Please sign in to comment.