Skip to content

Commit

Permalink
[Truffle] Allow BSD-new licensed projects to be pushed to Nexus repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Oct 21, 2016
1 parent 079c93c commit 4f62b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.jruby/suite.py
Expand Up @@ -73,7 +73,7 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"repositories" : {
"jruby-binary-snapshots" : {
"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots",
"licenses" : ["EPL-1.0", "BSD-simplified", "MIT", "Apache-2.0", "GPLv2", "zlib"]
"licenses" : ["EPL-1.0", "BSD-simplified", "BSD-new", "MIT", "Apache-2.0", "GPLv2", "zlib"]
},
},

Expand Down

0 comments on commit 4f62b0d

Please sign in to comment.