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:
Emanuel Alves 2023-09-22 18:34:34 +01:00 committed by GitHub
parent 56d9270a0a
commit 29847ce9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>