Skip to content

Commit

Permalink
checkstyle version update
Browse files Browse the repository at this point in the history
  • Loading branch information
surajcm committed May 14, 2024
1 parent d7d4b1d commit 5c01a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/staticCodeAnalysis.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'jacoco'
//apply plugin: 'com.github.spotbugs'

checkstyle {
toolVersion = '10.14.0'
toolVersion = '10.14.1'
ignoreFailures = false
maxWarnings = 0
checkstyleMain {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<div class="row justify-content-center align-items-center d-flex text-center h-100">
<div class="col-12 col-md-8 h-50">
<div class="jumbotron vertical-center min-vh-100 text-center m-0 d-flex flex-column justify-content-center">
<span th:if="${gameinfo != null && gameinfo.message != null}">
<div th:if="${gameinfo != null && gameinfo.message != null}">
<div class="alert alert-success alert-dismissible" id="logMessage">
<a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
<p th:inline="text" >
[[${gameinfo.message}]]
</p>
</div>
</span>
</div>
<h1 class="display-2 text-dark mb-2 mt-5" id="head_msg"><strong>Enter Quiz PIN</strong> </h1>
<div class="justify-content-center align-items-center d-flex text-center">
<input type="number" class="form-control lead text-dark mb-5" th:field="*{gamePin}" id="gamePin" name="gamePin" autofocus />
Expand Down

0 comments on commit 5c01a49

Please sign in to comment.