Skip to content

Commit ae42cbc

Browse files
committed
Fix maven publish
1 parent 6943d10 commit ae42cbc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

lib/build.gradle

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,7 @@ plugins {
44
id 'maven-publish'
55
}
66

7-
publishing {
8-
publications {
9-
release(MavenPublication) {
10-
groupId 'com.github.Omega-R'
11-
artifactId = 'OmegaTestConnect'
12-
version project.hasProperty('version') ? project.version : gradle.gitHash()
13-
afterEvaluate {
14-
from components.release
15-
}
16-
}
17-
}
18-
}
19-
20-
7+
group = 'com.github.Omega-R'
218

229
android {
2310
namespace 'com.omegar.libs.testconnect'

0 commit comments

Comments
 (0)