Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chessray committed Feb 9, 2023
1 parent f53b461 commit ad0d705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ subprojects {
apply plugin: "jacoco"

group = 'org.mapstruct.extensions.spring'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

java {
toolchain {
Expand All @@ -69,7 +69,7 @@ subprojects {
}

jacoco {
toolVersion = "0.8.5"
toolVersion = "0.8.8"
}

jacocoTestReport {
Expand Down

0 comments on commit ad0d705

Please sign in to comment.