Skip to content

Commit 94bc4fb

Browse files
authored
Update README.md
1 parent 1b21592 commit 94bc4fb

1 file changed

Lines changed: 5 additions & 21 deletions

File tree

README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,18 @@ The migration will take some time but if you are already interested int the "new
1010
Dokany-Java is a Java wrapper for [Dokany 1.x release](https://github.com/dokan-dev/dokany/releases) and above.
1111

1212
## Runtime Dependencies
13-
- [Java JRE 1.8](https://java.com/en/download/manual.jsp)
13+
- [Java JRE 11](https://jdk.java.net/11/)
1414

1515
All dependencies can be seen [here](build.gradle).
1616

1717
- [JNA](https://github.com/java-native-access/jna) - provides access to [native Dokany functions](https://dokan-dev.github.io/dokany-doc/html/struct_d_o_k_a_n___o_p_e_r_a_t_i_o_n_s.html)
18-
- [Project Lombok](https://projectlombok.org/) - reduces boilerplate code
19-
- [Eclipse installation instructions](https://stackoverflow.com/questions/3418865/cannot-make-project-lombok-work-on-eclipse-helios/)
2018
- [Commons IO](https://commons.apache.org/proper/commons-io/)
2119
- [SLF4J](https://www.slf4j.org/)
22-
- [Logback](https://logback.qos.ch/)
20+
- [Guava](https://github.com/google/guava)
21+
- [JUnit 5](https://junit.org/junit5/)
2322

2423
## How to Build
25-
Requires [Java JDK 1.8](http://www.azul.com/downloads/zulu/)
26-
27-
<!---### Gradle
28-
Add the following to your `build.gradle`:
29-
30-
```groovy
31-
repositories {
32-
maven {
33-
url 'https://dl.bintray.com/jhult/maven/'
34-
}
35-
}
36-
dependencies {
37-
compile 'com.dokany:dokany-java:0.1'
38-
}
39-
```
40-
-->
24+
TODO
4125

4226
## Development Examples
43-
For an example on how to develop using this library, see the examples package [com.dokany.java.examples](src//main/java/com/dokany/java/examples/).
27+
For an example on how to develop using this library, see the examples package [com.dokan.java.examples](https://github.com/dokan-dev/dokan-java/tree/develop/src/main/java/com/dokan/java/examples).

0 commit comments

Comments
 (0)