Skip to content

Commit f3f6756

Browse files
authored
Added alert about switch in interface
1 parent ac9ca9c commit f3f6756

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Dokany-Java
22
======
33

4+
# Important Notice
5+
This project will switch to a new architecture with a new interface. Therefore the current main-branch will be moved to a deprecated branch and then deleted after 6 months. The information provided below is valid for this deprecated adapter.
6+
7+
The migration will take some time but if you are already interested int the "new" java-wrapper, have a look [here](https://github.com/infeo/dokan-java).
8+
49
## Introduction
510
Dokany-Java is a Java wrapper for [Dokany 1.x release](https://github.com/dokan-dev/dokany/releases) and above.
611

@@ -19,7 +24,7 @@ All dependencies can be seen [here](build.gradle).
1924
## How to Build
2025
Requires [Java JDK 1.8](http://www.azul.com/downloads/zulu/)
2126

22-
### Gradle
27+
<!---### Gradle
2328
Add the following to your `build.gradle`:
2429
2530
```groovy
@@ -32,9 +37,7 @@ dependencies {
3237
compile 'com.dokany:dokany-java:0.1'
3338
}
3439
```
35-
36-
### Binaries
37-
Builds (as JAR files) will soon be available on [this Bintray repository](https://bintray.com/jhult/maven/com.dokany%3Adokany-java).
40+
-->
3841

3942
## Development Examples
4043
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/).

0 commit comments

Comments
 (0)