Skip to content

Commit

Permalink
Release 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Used to build SIG applications committed Nov 18, 2021
1 parent e4f9c95 commit 17cf9c1
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
Expand Up @@ -10,7 +10,10 @@ 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 //////////
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}"
}
Expand All @@ -20,7 +23,7 @@ buildscript {
ext['groovy.version'] = '3.0.0'

group = 'com.synopsys.integration'
version = '7.8.0-SIGQA11-SNAPSHOT'
version = '7.8.0'

apply plugin: 'com.synopsys.integration.solution'
apply plugin: 'org.springframework.boot'
Expand Down

0 comments on commit 17cf9c1

Please sign in to comment.