Skip to content

Commit

Permalink
Fix sonarcloud issue
Browse files Browse the repository at this point in the history
Use newer JDK for sonar
  • Loading branch information
Michael Ganss committed Dec 9, 2020
1 parent 57bca66 commit 63976de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion XmlSchemaClassGenerator/Substitute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace XmlSchemaClassGenerator
{
public class Substitute: IEquatable<Substitute>
public sealed class Substitute: IEquatable<Substitute>
{
public XmlSchemaElement Element { get; set; }
public TypeModel Type { get; set; }
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ environment:
secure: Eq6BjtZ80BXKLwFMg76IjuQAvbLjbojIF/X/ARouGVhxPneJtgDfCXMPNgJ7KBKq
sonar_token:
secure: W7pHKhuTW6Lh8WlXJNTOIaOzeuxLi+H6Nqmnm4pr28jM6jyIpOZ+1r10lIQi0eCA
JAVA_HOME: C:\Program Files\Java\jdk14
nuget:
disable_publish_on_pr: true
build_script:
Expand Down

0 comments on commit 63976de

Please sign in to comment.