Skip to content

Commit

Permalink
Merge pull request #152 from ctasada/ctasada/fix-compile-warnings
Browse files Browse the repository at this point in the history
fix: compile warnings
  • Loading branch information
Pakisan authored Sep 17, 2023
2 parents 0106cc4 + fa9124e commit cdb9fb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class AsyncAPI extends ExtendableObject {
* and tooling should typically be compatible with the corresponding major.minor (1.0.*).
* Patch versions will correspond to patches of this document.
*/
@Builder.Default
@NotNull
@Builder.Default
private final String asyncapi = "2.0.0";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class AsyncAPI extends ExtendableObject {
* and tooling should typically be compatible with the corresponding major.minor (1.0.*).
* Patch versions will correspond to patches of this document.
*/
@Builder.Default
@NotNull
@Builder.Default
private final String asyncapi = "2.6.0";
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<lombok.version>1.18.26</lombok.version>
<junit5.version>5.9.2</junit5.version>
<dokka.version>1.7.0</dokka.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand Down Expand Up @@ -209,6 +210,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<executions>
<execution>
<id>compile</id>
Expand Down

0 comments on commit cdb9fb6

Please sign in to comment.