mirror of
https://github.com/rife2/bld
synced 2026-08-05 15:17:49 +02:00
Compare commits
No commits in common. "10a8e6133b4f8df20dcbc74db33e4f6d762f5f43" and "ba6c5693ae4e7470f09587c46d614115e7afe67b" have entirely different histories.
10a8e6133b
...
ba6c5693ae
10
.github/workflows/pages.yml
vendored
10
.github/workflows/pages.yml
vendored
|
|
@ -43,16 +43,8 @@ jobs:
|
|||
distribution: 'corretto'
|
||||
java-version: 17
|
||||
|
||||
- name: Cache bld dependencies
|
||||
id: cache-bld
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: lib
|
||||
key: ${{ runner.os }}-bld-pages-lib
|
||||
restore-keys: ${{ runner.os }}-bld-pages-lib
|
||||
|
||||
- name: Build Javadocs
|
||||
run: ./bld clean compile javadoc
|
||||
run: ./bld clean download clean compile javadoc
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v6
|
||||
|
|
|
|||
|
|
@ -258,7 +258,6 @@ public class Wrapper {
|
|||
addClassToJar(jar, FileUtils.class);
|
||||
addClassToJar(jar, FileUtilsErrorException.class);
|
||||
addClassToJar(jar, InnerClassException.class);
|
||||
addClassToJar(jar, Product.class);
|
||||
addFileToJar(jar, BLD_VERSION);
|
||||
jar.flush();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue