File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " base"
3
3
id " signing"
4
- id " io.github.gradle- nexus.publish-plugin " version " 2.0.0 "
4
+ alias libs . plugins . nexus. publish
5
5
id " dex2jar.build-conventions"
6
6
alias libs. plugins. versions
7
7
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " com.github.johnrengelman. shadow" version " 8.1.1 "
2
+ alias libs . plugins . shadow
3
3
id " dex2jar.build-conventions"
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ commons-compress = '1.26.2'
7
7
junit = ' 5.10.3'
8
8
junit-platform = ' 1.10.3'
9
9
r8 = ' 4.0.63' # Newer versions only for Java 11+
10
+ nexus-publish-plugin = ' 2.0.0'
11
+ shadow-plugin = ' 8.1.1'
10
12
versions-plugin = ' 0.51.0'
11
13
12
14
[libraries ]
@@ -24,4 +26,6 @@ junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher
24
26
r8 = { module = " com.android.tools:r8" , version.ref = " r8" }
25
27
26
28
[plugins ]
29
+ nexus-publish = { id = " io.github.gradle-nexus.publish-plugin" , version.ref = " nexus-publish-plugin" }
30
+ shadow = { id = " com.github.johnrengelman.shadow" , version.ref = " shadow-plugin" }
27
31
versions = { id = " com.github.ben-manes.versions" , version.ref = " versions-plugin" }
You can’t perform that action at this time.
0 commit comments