You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Gradle license plugin allowing to generate dependency report
* Add dependency report generation to the GitHub workflow
Upload the dependency report artifact a build artifacts and release
assets
* Only declare com.github.hierynomus.dependency-report plugin
// See https://github.com/openjdk/jfx/blob/17%2B2/LICENSE
158
+
(group('org.openjfx')): license('GNU General Public License version 2 with Classpath Exception', 'https://openjdk.org/legal/gplv2+ce.html'),
159
+
// See https://github.com/javaee/jaxb-v2/blob/2.3.0/LICENSE
160
+
(group('javax.xml.bind')): license('Common Development and Distribution License 1.1 and GNU General Public License version 2 with Classpath Exception', 'https://oss.oracle.com/licenses/CDDL+GPL-1.1'),
161
+
// See https://github.com/openpnp/opencv/blob/v3.4.2-0/LICENSE
0 commit comments