Add source encoding

This commit is contained in:
Dwi Siswanto 2022-06-16 12:28:25 +07:00
parent 7e63816c89
commit 70d39d8c86

View File

@ -35,4 +35,8 @@ inputs:
required: true
password:
description: "Password that goes with the sonar.login username. This should be left blank if an authentication token is being used."
required: false
required: false
encoding:
description: "Encoding of the source code."
required: false
default: "UTF-8"