mirror of https://github.com/dapr/java-sdk.git
Set file encoding property on sdk-tests module (#923)
* Set file encoding on sdk-tests module Signed-off-by: Emanuel Alves <emanuel.j.b.alves@gmail.com> * trigger CI Signed-off-by: Emanuel Alves <emanuel.j.b.alves@gmail.com> --------- Signed-off-by: Emanuel Alves <emanuel.j.b.alves@gmail.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
This commit is contained in:
parent
56d9270a0a
commit
29847ce9a1
|
@ -11,6 +11,7 @@
|
|||
<description>Tests for Dapr's Java SDK - not to be published as a jar.</description>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<maven.deploy.skip>true</maven.deploy.skip>
|
||||
|
|
Loading…
Reference in New Issue