Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Oct 31, 2024
1 parent 67cc1f6 commit 6c296bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rskj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'jacoco'
import java.nio.file.Paths

// Define static timestamp
def staticTimestamp = '2024-10-17T10:24:00'
def staticTimestamp = '2024-10-31T10:24:00'
ext.timestamp = staticTimestamp

def filteredFiles = getFilteredFiles()
Expand All @@ -24,7 +24,8 @@ spotless {
java {
googleJavaFormat()
indentWithTabs(2)
indentWithSpaces(4)
trimTrailingWhitespace()
endWithNewline()
target filteredFiles
}
}
Expand Down

0 comments on commit 6c296bf

Please sign in to comment.