8000 Update readme · sakerbuild/saker.java.compiler@884860e · GitHub
[go: up one dir, main page]

Skip to content

Commit 884860e

Browse files
committed
Update readme
1 parent 6e16db8 commit 884860e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ secret/**
55
/.saker.build.ideconfigs
66
/.saker.project.lock
77
/.classpath
8+
/bin/

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# saker.java.compiler
1+
# saker.java.compiler
2+
3+
Incremental Java compiler support for the [saker.build system](https://saker.build). The project contains the implementation of performing incremental Java compilation during builds with the saker.build system. The implementation performs deep analysis of the compiled source files and can perfectly determine the dependencies of each class, therefore providing minimal rebuilds every time.
4+
5+
The build task also support incremental annotation processing, which can also performed concurrently, further reducing build times.
6+
7+
See the [documentation](https://saker.build/saker.java.compiler/doc/) for more information.
8+
9+
## Build instructions
10+
11+
The project uses the [saker.build system](https://saker.build) for building. It requires multiple JDKs to be installed to successfully build the complete project. This ranges from JDK 8-13, but you can also selectively build for a given JDK using the other build tasks in the `saker.build` build script.
12+
13+
Use the following command to build the project:
14+
15+
```
16+
java -jar path/to/saker.build.jar -bd build -EUsaker.java.jre.install.locations=path/to/jdk8;path/to/jdk9;... compile saker.build
17+
```
18+
19+
## License
20+
21+
TBD TODO

0 commit comments

Comments
 (0)
0