Skip to content

Commit 3ce8634

Browse files
committed
Updates to reflect removal of several jvm languages
1 parent b5898d3 commit 3ce8634

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

CONTRIBUTING.md

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Replace version numbers in:
114114

115115
* examples/java-gradle/build.gradle
116116
* examples/android/android-studio/Cukeulator/app/build.gradle
117-
* examples/clojure_cukes/project.clj
118117
* CHANGELOG.md
119118

120119
Make sure you can generate Javadocs for all modules, or else the

doc/genapi.sh

-12
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,3 @@ pushd target/checkout/
1616
mvn javadoc:aggregate
1717
cp -R target/site/apidocs/ ../../../api.cucumber.io/cucumber-jvm/${1}/javadoc/
1818
popd
19-
20-
# ScalaDoc
21-
pushd target/checkout/scala/
22-
mvn scala:doc
23-
cp -R scala_2.12/target/site/scaladocs/ ../../../../api.cucumber.io/cucumber-jvm/${1}/scaladoc/
24-
popd
25-
26-
# Yardoc (Ruby)
27-
pushd target/checkout/jruby/
28-
rake yard
29-
cp -R doc/ ../../../../api.cucumber.io/cucumber-jvm/${1}/yardoc/
30-
popd

0 commit comments

Comments
 (0)