Skip to content

Commit 66715aa

Browse files
committed
chore(agentweb): publish v5.1.0
1 parent 2ec5fbe commit 66715aa

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

agentweb-core/build.gradle

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,14 @@ dependencies {
4848
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
4949
compileOnly fileTree(include: ['*.jar'], dir: 'providedLibs')
5050
}
51-
afterEvaluate {
52-
publishing {
53-
publications {
54-
// Creates a Maven publication called "release".
55-
release(MavenPublication) {
56-
from components["release"]
57-
groupId = 'com.github.Justson.AgentWeb'
58-
artifactId = 'agentweb-core'
59-
version = 'v5.0.7-androidx'
60-
}
51+
52+
publishing {
53+
publications {
54+
// Creates a Maven publication called "release".
55+
release(MavenPublication) {
56+
groupId = 'com.github.Justson.AgentWeb'
57+
artifactId = 'agentweb-core'
58+
version = 'v5.0.7-androidx'
6159
}
6260
}
63-
}
61+
}

agentweb-filechooser/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ afterEvaluate {
4949
publications {
5050
// Creates a Maven publication called "release".
5151
release(MavenPublication) {
52-
from components["release"]
5352
groupId = 'com.github.Justson.AgentWeb'
5453
artifactId = 'agentweb-filechooser'
5554
version = 'v5.0.7-androidx'

0 commit comments

Comments
 (0)