forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid storing timestamp in Gradle.properties
- Loading branch information
Showing
11 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...ns/amazon-lambda/maven-archetype/src/main/resources/archetype-resources/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
.../resources/codestarts/quarkus/buildtool/gradle-kotlin-dsl/base/gradle.tpl.qute.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Gradle properties | ||
# Gradle properties | ||
|
||
quarkusPluginId={quarkus.gradle-plugin.id} | ||
quarkusPluginVersion={quarkus.gradle-plugin.version} | ||
quarkusPlatformGroupId={quarkus.platform.group-id} | ||
quarkusPlatformArtifactId={quarkus.platform.artifact-id} | ||
quarkusPlatformVersion={quarkus.platform.version} | ||
quarkusPlatformVersion={quarkus.platform.version} |
5 changes: 3 additions & 2 deletions
5
...ts/src/main/resources/codestarts/quarkus/buildtool/gradle/base/gradle.tpl.qute.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#Gradle properties | ||
# Gradle properties | ||
|
||
quarkusPluginId={quarkus.gradle-plugin.id} | ||
quarkusPluginVersion={quarkus.gradle-plugin.version} | ||
quarkusPlatformGroupId={quarkus.platform.group-id} | ||
quarkusPlatformArtifactId={quarkus.platform.artifact-id} | ||
quarkusPlatformVersion={quarkus.platform.version} | ||
quarkusPlatformVersion={quarkus.platform.version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
integration-tests/gradle/src/main/resources/compile-only-lombok/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Gradle properties | ||
#Tue Aug 04 17:04:55 CEST 2020 | ||
# Gradle properties | ||
|
||
quarkusPlatformArtifactId=quarkus-bom | ||
quarkusPlatformGroupId=io.quarkus | ||
org.gradle.logging.level=INFO | ||
lombokVersion=1.18.12 | ||
lombokVersion=1.18.12 |
4 changes: 2 additions & 2 deletions
4
integration-tests/gradle/src/main/resources/multi-module-included-build/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Gradle properties | ||
#Tue Aug 25 06:41:36 GMT 2020 | ||
# Gradle properties | ||
|
||
quarkusPlatformArtifactId=quarkus-bom | ||
quarkusPlatformGroupId=io.quarkus |
4 changes: 2 additions & 2 deletions
4
integration-tests/gradle/src/main/resources/multi-module-kotlin-project/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
integration-tests/gradle/src/main/resources/multi-module-with-empty-module/gradle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#Gradle properties | ||
# Gradle properties | ||
|
||
quarkusPlatformArtifactId=quarkus-bom | ||
quarkusPlatformGroupId=io.quarkus | ||
quarkusPlatformGroupId=io.quarkus |