We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcddb0f commit 0d8ca00Copy full SHA for 0d8ca00
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2016 Lars Grefer
+Copyright (c) 2016-2020 Lars Grefer
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
build.gradle
@@ -42,6 +42,12 @@ allprojects {
42
}
43
44
45
+ plugins.withId("java") {
46
+ jar.into("META-INF") {
47
+ from rootProject.file("LICENSE")
48
+ }
49
50
+
51
plugins.withId("maven-publish") {
52
project.apply plugin: 'de.marcphilipp.nexus-publish'
53
0 commit comments