Class MvnEncoding_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @MavenVersion(since="3.3.1")
    @MavenExtensionVersion(since="1.0")
    public class MvnEncoding_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    An EventData containing encoding details of the JVM that executed the build.

    An event stream will contain a single MvnEncoding_1_0.

    • Field Detail

      • defaultCharset

        public final String defaultCharset
        The default charset of the JVM that executed the build.
    • Constructor Detail

      • MvnEncoding_1_0

        public MvnEncoding_1_0​(String defaultCharset)