Skip to content

Commit

Permalink
Merge pull request #15 from formkiq/v1.2.1
Browse files Browse the repository at this point in the history
fixed setting 'traceClassInititalization'
  • Loading branch information
mfriesen authored Jun 10, 2022
2 parents b847881 + 71027c8 commit 10ba88e
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 132 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'com.formkiq.gradle'
version '1.2.0'
version '1.2.1'

sourceCompatibility = "11"
targetCompatibility = "11"
Expand Down Expand Up @@ -100,3 +100,9 @@ pluginBundle {
check {
dependsOn(tasks.publishToMavenLocal)
}

tasks {
processResources {
duplicatesStrategy = org.gradle.api.file.DuplicatesStrategy.INCLUDE
}
}
Loading

0 comments on commit 10ba88e

Please sign in to comment.