Skip to content

Commit 28ad2d3

Browse files
committed
Remove git-publish configuration
1 parent b75f029 commit 28ad2d3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id 'java'
3-
id 'org.ajoberstar.git-publish' version '3.0.1'
43
id 'org.asciidoctor.jvm.convert' version '3.3.2'
54
}
65

@@ -74,14 +73,6 @@ asciidoctorj {
7473
}
7574
}
7675

77-
gitPublish {
78-
repoUri = 'https://github.com/assertj/doc.git'
79-
branch = 'gh-pages'
80-
contents {
81-
from file(asciidoctor.outputDir.path + '/user-guide')
82-
}
83-
}
84-
8576
test {
8677
useJUnitPlatform()
8778

0 commit comments

Comments
 (0)