Skip to content

Commit

Permalink
use non-snapshots / fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Dec 19, 2023
1 parent ae201e5 commit 15f9156
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("io.micronaut.build.internal.sourcegen-base")
id("io.micronaut.build.internal.base-module")
id("io.micronaut.build.internal.common")
}

tasks.withType(Test).configureEach {
Expand All @@ -11,12 +11,6 @@ tasks.withType(Checkstyle).configureEach {
enabled = false
}

micronautBuild {
binaryCompatibility {
enabled.set(false)
}
}

if (System.getenv("SONAR_TOKEN") != null) {
tasks.configureEach { if (it.name == "testCodeCoverageReport") { enabled = false } }
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
projectVersion=1.0.0-SNAPSHOT
projectGroup=io.micronaut.sourcegen

title=Compilation time source code generators
projectDesc=TODO
title=Micronaut Sourcegen
projectDesc=Compilation time source code generators
projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-sourcegen
developers=Denis Stepanov
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
micronaut = "4.2.0-SNAPSHOT"
micronaut = "4.2.2"
micronaut-docs = "2.0.0"
micronaut-test = "3.9.1"
groovy = "4.0.12"
Expand Down

0 comments on commit 15f9156

Please sign in to comment.