-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ea81d2
commit 213e69b
Showing
9 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
Submodule gradle-conventions-plugin
updated
9 files
+8 −0 | CHANGELOG.md | |
+30 −5 | README.md | |
+1 −1 | gradle.properties | |
+5 −1 | k2/build.gradle.kts | |
+1 −1 | legacy/build.gradle.kts | |
+4 −4 | legacy/src/main/kotlin/AspVersions.kt | |
+7 −1 | legacy/src/main/kotlin/at/asitplus/gradle/Plugin.kt | |
+1 −1 | sample-project/build.gradle.kts | |
+3 −10 | sample-project/settings.gradle.kts |
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,5 @@ | ||
rootProject.name = "vclib-conventions" | ||
|
||
//we don't want to pollute the classpath with a shadowed conventions plugin | ||
System.setProperty("at.asitplus.gradle", "legacy") | ||
includeBuild("gradle-conventions-plugin") |
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
Submodule kmp-crypto
updated
from 6014d8 to 735e26
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