Skip to content

Commit 65930da

Browse files
authored
Merge pull request tronprotocol#2330 from tronprotocol/feature/enablejitpack
Enable shadowJar for jitpack dependency
2 parents 541210d + 24d10ec commit 65930da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: "jacoco"
2424
apply plugin: 'maven-publish'
2525

2626
jar.enabled = false
27-
shadowJar.enabled = false
27+
shadowJar.enabled = true
2828

2929
sourceCompatibility = 1.8
3030
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'

0 commit comments

Comments
 (0)