-
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.
Merge branch 'plugins-kotlin-1.6.10-release' into plugins-release
- Loading branch information
Showing
22 changed files
with
292 additions
and
80 deletions.
There are no files selected for viewing
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
4 changes: 4 additions & 0 deletions
4
...tecture-common-gradle-plugins/src/main/kotlin/com/huanshankeji/VersionsAndDependencies.kt
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.huanshankeji | ||
|
||
internal val commonVersions = CommonVersions() | ||
internal val commonDependencies = CommonDependencies(commonVersions) |
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
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
21 changes: 21 additions & 0 deletions
21
common-gradle-dependencies/src/main/kotlin/com/huanshankeji/CommonVersions.kt
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
package com.huanshankeji | ||
|
||
class CommonVersions( | ||
val kotlin: String = "1.6.10", | ||
|
||
val kotlinCommon: String = "0.1.1-kotlin-1.6.10", | ||
|
||
val exposed: String = "0.38.2", | ||
val kotlinxCoroutines: String = "1.6.1", | ||
val kotlinxHtml: String = "0.7.5", | ||
val kotlinxSerialization: String = "1.3.2", | ||
val kotlinxDatetime: String = "0.4.0", | ||
val ktor: String = "1.6.8", | ||
|
||
val arrow: String = "1.0.1", | ||
val junitJupiter: String = "5.8.2", | ||
val kotest: String = "5.2.3", | ||
val postgreSql: String = "42.3.5", | ||
val slf4j: String = "1.7.36", | ||
val vertx: String = "4.2.7", // TODO: 4.3.0 | ||
) |
20 changes: 0 additions & 20 deletions
20
common-gradle-dependencies/src/main/kotlin/com/huanshankeji/DefaultVersions.kt
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.