Skip to content

Commit

Permalink
Move RSA exclusion to buildscript dir since it's not project-specific
Browse files Browse the repository at this point in the history
Follow-up to #34
  • Loading branch information
makamys committed Nov 25, 2023
1 parent fc1f694 commit a563c23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion buildscript/forge-1.7.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jar {

// embed libraries in jar
from configurations.embed.collect {
exclude '**/LICENSE', '**/LICENSE.txt'
exclude '**/LICENSE', '**/LICENSE.txt', 'META-INF/**.RSA'
it.isDirectory() ? it : zipTree(it)
}

Expand Down
1 change: 0 additions & 1 deletion project.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jar {
'FMLAT': "neodymium_at.cfg"
)
}
exclude("META-INF/**.RSA")
}

repositories {
Expand Down

0 comments on commit a563c23

Please sign in to comment.