Skip to content

Commit

Permalink
hotfix for build
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed May 28, 2020
1 parent 8495f5d commit 8589043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makePatch.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ task unzipFixRTM(type: Copy) {
dependsOn build

from (zipTree(fixRtmBuiltJar)){
exclude ("jp/ngt/**/*")
exclude ("jp/ngt")
exclude ("jp")
include("**/*.class")
exclude("jp/**/*.class")
exclude("jp/**")
}

destinationDir = unzippedJarDir
Expand Down

0 comments on commit 8589043

Please sign in to comment.