TheleDev project tracking service

Skip to content
Snippets Groups Projects
Commit 6081c3f641b0 authored by Ruby Dennington's avatar Ruby Dennington :thinking:
Browse files

Remove link to the online javadoc, as I can't currently maintain this

parent b6d62b3bbeb0
Branches branch/default
No related tags found
Loading
......@@ -76,8 +76,4 @@
3. Set gradle properties required for publishing (**publishing.aws.bucket**, **publishing.aws.accessKeyId** and **publishing.aws.secretKey**)
4. Publish the library ('gradlew publish')
Publishing to a third party S3-compatible file server such as Minio is supported, but you must pass the endpoint in the command line: 'gradlew publish -Dorg.gradle.s3.endpoint=MY_ENDPOINT_URL_HERE'
## API Documentation ##
Wherever possible I have tried to keep the API of JFreeType2 as close to the original as possible. If you need them, some [Javadocs](https://javadoc.ginever.net/jfreetype2/0.1/) are also available which are based on the official FreeType 2 documentation.
\ No newline at end of file
Publishing to a third party S3-compatible file server such as Minio is supported, but you must pass the endpoint in the command line: 'gradlew publish -Dorg.gradle.s3.endpoint=MY_ENDPOINT_URL_HERE'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment