Skip to content

Commit

Permalink
change duplicates strategy, closes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Nov 5, 2024
1 parent f319885 commit ab50dab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# vim
.*.sw[a-breweryPlugin]

# vscode
/.vscode

# IntelliJ
/.idea
/*.iml
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
val langVersion: Int = 17

group = "com.dre.brewery"
version = "3.3.4"
version = "3.3.5"

repositories {
mavenCentral()
Expand Down Expand Up @@ -115,7 +115,7 @@ tasks {
dependsOn("kotlinReducedResources")
from(sourceSets.main.get().output)
from("$buildDir/kt-reduced")
duplicatesStrategy = DuplicatesStrategy.INCLUDE
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
archiveClassifier.set("KtReduced")
}

Expand Down

0 comments on commit ab50dab

Please sign in to comment.