-
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.
Browse files
Browse the repository at this point in the history
This reverts commit 70fc56e. Revert "Use JVM 21 for Gradle (#73)" This reverts commit c3aba95. Revert "Use JVM 21 for SigstoreSigning tasks (#74)" This reverts commit be43da4. Revert "Add the distributionManagement back to the pom (#75)" This reverts commit acf894a. Revert "Upload attestations to GitHub (#76)" This reverts commit 02d6147. Revert "Add debug logging (#77)" This reverts commit 2bc729d. Revert "Expose logging at info level (#78)" This reverts commit 7939530. Revert "Simplify the bundle creation (#79)" This reverts commit 2d98807.
- Loading branch information
Showing
7 changed files
with
12 additions
and
91 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
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 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
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,11 +1,5 @@ | ||
[versions] | ||
kotlin = "2.1.0-Beta1" | ||
ktor = "2.3.12" | ||
|
||
[libraries] | ||
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" } | ||
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" } | ||
|
||
[plugins] | ||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } | ||
sigstore = { id = "dev.sigstore.sign", version = "1.0.0" } |