File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 77* Java 1.8 or newer ([ Issue #331 ] ( https://github.com/hamcrest/JavaHamcrest/issues/331 ) , [ PR #411 ] ( https://github.com/hamcrest/JavaHamcrest/issues/411 ) ).
88* FileMatchersTest simplification ([ PR #389 ] ( https://github.com/hamcrest/JavaHamcrest/issues/389 ) )
99* License cleanup ([ PR #414 ] ( https://github.com/hamcrest/JavaHamcrest/issues/414 ) ,
10- see also [ #264 ] ( https://github.com/hamcrest/JavaHamcrest/issues/264 ) ,
11- [ #355 ] ( https://github.com/hamcrest/JavaHamcrest/issues/355 ) , and
10+ [ PR #415 ] ( https://github.com/hamcrest/JavaHamcrest/issues/415 ) , see also
11+ [ #264 ] ( https://github.com/hamcrest/JavaHamcrest/issues/264 ) ,
12+ [ #355 ] ( https://github.com/hamcrest/JavaHamcrest/issues/355 ) ,
13+ [ #396 ] ( https://github.com/hamcrest/JavaHamcrest/issues/396 ) ,and
1214[ #399 ] ( https://github.com/hamcrest/JavaHamcrest/issues/399 ) )
1315
1416TBD
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ subprojects {
4949 }
5050 }
5151
52+ jar {
53+ metaInf {
54+ from rootProject. file(' LICENSE' )
55+ }
56+ }
57+
5258 task sourcesJar(type : Jar ) {
5359 archiveClassifier = ' sources'
5460 from sourceSets. main. allSource
@@ -75,7 +81,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {
7581 licenses {
7682 license {
7783 name = ' BSD-3-Clause'
78- url = ' http ://opensource.org/licenses/BSD-3-Clause '
84+ url = ' https ://raw.githubusercontent.com/hamcrest/JavaHamcrest/master/LICENSE '
7985 }
8086 }
8187
You can’t perform that action at this time.
0 commit comments