Skip to content

Commit

Permalink
Updating timestamp and removing sherter from verification-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Oct 8, 2024
1 parent 598fa2b commit ad89e27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,6 @@
<sha256 value="ea862ce3bd96ccb8ca36b8e9e7baef2da3fbbfbdc256baeaa8c8a873911074e7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.github.sherter.google-java-format" name="com.github.sherter.google-java-format.gradle.plugin" version="0.9">
<artifact name="com.github.sherter.google-java-format.gradle.plugin-0.9.pom">
<sha256 value="660033281917fda240d589b89e824be6d1322d10f059e43254ad81503bdbe0a0" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.google" name="google" version="1">
<artifact name="google-1.pom">
<sha256 value="cd6db17a11a31ede794ccbd1df0e4d9750f640234731f21cff885a9997277e81" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -824,14 +819,6 @@
<sha256 value="2e016fd7e3244b5f2c20acad834d93aa4790486ee1e4564641361a3e831eef59" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="gradle.plugin.com.github.sherter.google-java-format" name="google-java-format-gradle-plugin" version="0.9">
<artifact name="google-java-format-gradle-plugin-0.9.jar">
<sha256 value="308ff9c59bdccd0e6a4675771892bc8ab90b1cee1ae0770c8b2a93f74113e112" origin="Generated by Gradle"/>
</artifact>
<artifact name="google-java-format-gradle-plugin-0.9.pom">
<sha256 value="d9b5e6b0630bf386350978b76e6ccda4dd85d5b82aace6e0753ab6f6ec416cce" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="info.picocli" name="picocli" version="4.5.2">
<artifact name="picocli-4.5.2.jar">
<sha256 value="b4395e9a67932616efd2245d984bf5fcd453c2c5049558c3ce959ac2af4d3fac" origin="Generated by Gradle"/>
Expand Down
2 changes: 1 addition & 1 deletion 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-09-27T02:17:00'
def staticTimestamp = '2024-10-08T10:24:00'
ext.timestamp = staticTimestamp

def filteredFiles = getFilteredFiles()
Expand Down

0 comments on commit ad89e27

Please sign in to comment.