File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ Replace version numbers in:
114
114
115
115
* examples/java-gradle/build.gradle
116
116
* examples/android/android-studio/Cukeulator/app/build.gradle
117
- * examples/clojure_cukes/project.clj
118
117
* CHANGELOG.md
119
118
120
119
Make sure you can generate Javadocs for all modules, or else the
Original file line number Diff line number Diff line change @@ -16,15 +16,3 @@ pushd target/checkout/
16
16
mvn javadoc:aggregate
17
17
cp -R target/site/apidocs/ ../../../api.cucumber.io/cucumber-jvm/${1} /javadoc/
18
18
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
You can’t perform that action at this time.
0 commit comments