File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Java 1.8 or newer ([ Issue #331 ] ( https://github.com/hamcrest/JavaHamcrest/issues/331 ) , [ PR #411 ] ( https://github.com/hamcrest/JavaHamcrest/issues/411 ) ).
8
8
* FileMatchersTest simplification ([ PR #389 ] ( https://github.com/hamcrest/JavaHamcrest/issues/389 ) )
9
9
* 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
12
14
[ #399 ] ( https://github.com/hamcrest/JavaHamcrest/issues/399 ) )
13
15
14
16
TBD
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ subprojects {
49
49
}
50
50
}
51
51
52
+ jar {
53
+ metaInf {
54
+ from rootProject. file(' LICENSE' )
55
+ }
56
+ }
57
+
52
58
task sourcesJar(type : Jar ) {
53
59
archiveClassifier = ' sources'
54
60
from sourceSets. main. allSource
@@ -75,7 +81,7 @@ def pomConfigurationFor(String pomName, String pomDescription) {
75
81
licenses {
76
82
license {
77
83
name = ' BSD-3-Clause'
78
- url = ' http ://opensource.org/licenses/BSD-3-Clause '
84
+ url = ' https ://raw.githubusercontent.com/hamcrest/JavaHamcrest/master/LICENSE '
79
85
}
80
86
}
81
87
You can’t perform that action at this time.
0 commit comments