mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-17 12:40:29 +03:00
Some build and update system improvements, including the ability to set javac encoding
This commit is contained in:
parent
e952029859
commit
50a962db31
4 changed files with 24 additions and 11 deletions
5
README
5
README
|
|
@ -164,6 +164,11 @@ configuration to the build. These are:
|
|||
submodules=yes Use if the project (git only) has submodules - causes git
|
||||
submodule init and update to be executed after the source is
|
||||
cloned.
|
||||
encoding=xxxx Adds a java.encoding property to local.properties with the given
|
||||
value. Generally the value will be 'utf-8'. This is picked up by
|
||||
the SDK's ant rules, and forces the Java compiler to interpret
|
||||
source files with this encoding. If you receive warnings during
|
||||
the compile about character encodings, you probably need this.
|
||||
|
||||
Another example, using extra parameters:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue