Skip to content

Commit 1af87f0

Browse files
authored
chore: Remove unused publishing dependency. (#38)
1 parent a2dd3cb commit 1af87f0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lib/sdk/server/build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ plugins {
2222
id "com.github.johnrengelman.shadow" version "7.1.2"
2323
id "maven-publish"
2424
id "io.github.gradle-nexus.publish-plugin" version "1.3.0" apply false
25-
id "org.ajoberstar.git-publish" version "2.1.3"
2625
id "idea"
2726
}
2827

@@ -617,18 +616,3 @@ task exportDependencies(type: Copy, dependsOn: compileJava) {
617616
into "packaging-test/temp/dependencies-all"
618617
from (configurations.internal.resolvedConfiguration.resolvedArtifacts.collect { it.file })
619618
}
620-
621-
gitPublish {
622-
repoUri = '[email protected]:launchdarkly/java-server-sdk.git'
623-
branch = 'gh-pages'
624-
contents {
625-
from javadoc
626-
}
627-
preserve {
628-
// There's a dummy .circleci/config.yml file on the gh-pages branch so CircleCI won't
629-
// complain when it sees a commit there. The git-publish plugin would delete that file if
630-
// we didn't protect it here.
631-
include '.circleci/config.yml'
632-
}
633-
commitMessage = 'publishing javadocs'
634-
}

0 commit comments

Comments
 (0)