There was an error while loading. Please reload this page.
1 parent 5c99265 commit 1f7a8bfCopy full SHA for 1f7a8bf
2 files changed
agent/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java'
3
id 'java-library'
4
id 'maven-publish'
5
- id "com.gradleup.shadow" version "8.3.5"
+ id "com.gradleup.shadow" version "8.3.6"
6
}
7
8
dependencies {
@@ -24,7 +24,6 @@ java {
24
25
26
shadowJar {
27
- include 'META-INF/versions/11/**'
28
minimize()
29
archiveClassifier.set('')
30
configurations = [project.configurations.compileClasspath]
build.gradle
@@ -7,7 +7,7 @@ plugins {
id 'antlr'
9
id 'signing'
10
11
id "biz.aQute.bnd.builder" version "6.4.0"
12
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
13
id "groovy"
0 commit comments