-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to java 17, kotlin 1.9.10 and libraries (#191)
- Bump to gradle 8.4 and jvm toolchain 17 - Change ci and code to jvm 17 and kotlin to 1.9.20 - Bump several libraries. - Plugin replace ktfmt with Spotless (with ktfmt) - Bumped Infinitic version to 0.11.7 - Separate build and test and lint Co-authored-by: @Ouriel and @geomagilles
- Loading branch information
Showing
141 changed files
with
6,321 additions
and
1,343 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,25 @@ | ||
/** | ||
* "Commons Clause" License Condition v1.0 | ||
* | ||
* The Software is provided to you by the Licensor under the License, as defined | ||
* below, subject to the following condition. | ||
* The Software is provided to you by the Licensor under the License, as defined below, subject to | ||
* the following condition. | ||
* | ||
* Without limiting other conditions in the License, the grant of rights under the | ||
* License will not include, and the License does not grant to you, the right to | ||
* Sell the Software. | ||
* Without limiting other conditions in the License, the grant of rights under the License will not | ||
* include, and the License does not grant to you, the right to Sell the Software. | ||
* | ||
* For purposes of the foregoing, “Sell” means practicing any or all of the rights | ||
* granted to you under the License to provide to third parties, for a fee or | ||
* other consideration (including without limitation fees for hosting or | ||
* consulting/ support services related to the Software), a product or service | ||
* whose value derives, entirely or substantially, from the functionality of the | ||
* Software. Any license notice or attribution required by the License must also | ||
* include this Commons Clause License Condition notice. | ||
* For purposes of the foregoing, “Sell” means practicing any or all of the rights granted to you | ||
* under the License to provide to third parties, for a fee or other consideration (including | ||
* without limitation fees for hosting or consulting/ support services related to the Software), a | ||
* product or service whose value derives, entirely or substantially, from the functionality of the | ||
* Software. Any license notice or attribution required by the License must also include this | ||
* Commons Clause License Condition notice. | ||
* | ||
* Software: Infinitic | ||
* | ||
* License: MIT License (https://opensource.org/licenses/MIT) | ||
* | ||
* Licensor: infinitic.io | ||
*/ | ||
repositories { mavenCentral() } | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
plugins { | ||
`kotlin-dsl` | ||
} | ||
plugins { `kotlin-dsl` } |
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
Binary file not shown.
Oops, something went wrong.