Skip to content

Commit

Permalink
update Nebula Gradle plugins version
Browse files Browse the repository at this point in the history
  • Loading branch information
iuliiasobolevska committed Feb 12, 2025
1 parent b46e04b commit 0df6a53
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 @@ -15,7 +15,7 @@ buildscript {

plugins {
id "com.github.kt3k.coveralls" version "2.12.0"
id "nebula.netflixoss" version "10.5.1"
id "nebula.netflixoss" version "11.5.0"
id "org.ajoberstar.grgit" version "4.1.1"
id "org.ajoberstar.git-publish" version "3.0.1"
id "org.springframework.boot" version "${spring_boot_version}" apply false
Expand All @@ -24,6 +24,7 @@ plugins {
id "com.google.protobuf" version "0.8.18" apply false
id "io.franzbecker.gradle-lombok" version "5.0.0" apply false
id "nebula.node" version "2.0.1" apply false
id "com.netflix.nebula.facet" version "11.0.0" apply false
id "com.github.spotbugs" version "5.2.5" apply false
}

Expand Down Expand Up @@ -67,7 +68,7 @@ configure((Set<Project>) ext.javaProjects) {
apply plugin: "com.gorylenko.gradle-git-properties"
apply plugin: "groovy"
apply plugin: "io.franzbecker.gradle-lombok"
apply plugin: "nebula.facet"
apply plugin: "com.netflix.nebula.facet"

lombok {
version = '1.18.24'
Expand Down Expand Up @@ -140,6 +141,7 @@ configure((Set<Project>) ext.javaProjects) {
generatedSourcesJavaDir = file("${project.generatedSourcesDir}/main/java")
}

sourcesJar.dependsOn compileJava
sourceSets {
main {
java {
Expand Down Expand Up @@ -272,6 +274,7 @@ configure((Set<Project>) ext.javaProjects) {
}
}

licenseMain.dependsOn compileJava
license {
ignoreFailures false
}
Expand Down

0 comments on commit 0df6a53

Please sign in to comment.