Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
slodha committed Sep 3, 2024
1 parent c84e217 commit 79548d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
id "com.github.jk1.dependency-license-report" version "2.8"
id "com.github.hierynomus.license" version "0.16.1"
id "org.sonarqube" version "5.1.0.4882"
id 'net.researchgate.release' version '3.0.2'
id 'net.researchgate.release' version "3.0.2"
}

release {
Expand Down Expand Up @@ -68,4 +68,4 @@ subprojects {
}


}
}
3 changes: 1 addition & 2 deletions carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ buildscript {
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:${springbootVersion}"
classpath 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
classpath 'net.researchgate:gradle-release:2.8.1'
classpath 'com.netflix.nebula:gradle-ospackage-plugin:8.6.3'
}
}

plugins {
id "com.github.hierynomus.license"
id 'maven-publish'
id 'net.researchgate.release'
id 'org.springframework.boot'
id 'net.researchgate.release' version "3.0.2"
}

license {
Expand Down
4 changes: 2 additions & 2 deletions cc-metrics-reporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'org.hibernate.build.gradle:gradle-maven-publish-auth:2.0.1'
classpath 'net.researchgate:gradle-release:2.8.1'
classpath 'net.researchgate:gradle-release:3.0.2'
}
}

Expand Down Expand Up @@ -54,4 +54,4 @@ publishing {
repositories {
mavenLocal()
}
}
}

0 comments on commit 79548d6

Please sign in to comment.