Skip to content

Commit 6f4ee87

Browse files
[2/2] Move pdf2htmlEX-Android project to app.opendocument group
1 parent 123321b commit 6f4ee87

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ plugins {
44
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
55
}
66

7-
8-
group = 'com.viliussutkus89'
7+
group = 'app.opendocument'
98
version = '0.18.24'
109

1110
nexusPublishing {
1211
repositories {
13-
sonatype()
12+
sonatype() {
13+
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
14+
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
15+
}
1416
}
1517
}

pdf2htmlEX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
id 'signing'
2626
}
2727

28-
group = 'app.opendocument'
28+
group = rootProject.group
2929

3030
android {
3131
namespace "app.opendocument.android.pdf2htmlex"

0 commit comments

Comments
 (0)