summaryrefslogtreecommitdiff
path: root/sw-server/build.gradle.kts
Commit message (Collapse)AuthorAge
* Convert sw-ui module to Kotlin Multiplatform gradle pluginmainJoffrey Bion2023-07-06
|
* Use Spring boot BOM instead of dependency management pluginJoffrey Bion2023-07-05
|
* Upgrade Spring to 3.1.1Joffrey Bion2023-07-05
|
* Upgrade to Spring Boot 3.0Joffrey Bion2023-04-30
|
* Upgrade to Kotlin 1.8 and JS IRJoffrey Bion2023-01-29
|
* Upgrade Spring boot plugin to 2.7.5Joffrey Bion2022-11-06
|
* Upgrade Spring boot to 2.7.1Joffrey Bion2022-07-03
|
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
|
* Add Loki logback appender to push server logs to the free cloud hosted Loki ↵Titouan BION2021-02-13
| | | | instance provided by Grafana.com
* Add auto-game with bots onlyjoffrey-bion2021-02-03
| | | | | Resolves: https://github.com/joffrey-bion/seven-wonders/issues/82
* Cleanup dependsOn sw-ui in sw-serverjoffrey-bion2020-12-12
|
* Enable actuator and prometheus metricsjoffrey-bion2020-12-05
|
* Add traces to startGame_3players testjoffrey-bion2020-11-29
| | | | This is to investigate the timeouts
* Use Kotlinx Serialization in Spring Boot instead of Jacksonjoffrey-bion2020-11-27
|
* Upgrade to Spring Boot 2.4.0joffrey-bion2020-11-27
|
* Upgrade dependenciesjoffrey-bion2020-11-25
| | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0
* Remove unnecessary Livedoc (Kotlin MPP makes it redundant)joffrey-bion2020-10-31
|
* Remove unnecessary Jackstomp dependencyjoffrey-bion2020-10-31
|
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
| | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Upgrade to Spring Boot 2.3.3Joffrey Bion2020-08-16
|
* Fix static inclusion from frontendJoffrey Bion2020-05-17
|
* Add dumb bots featureJoffrey Bion2020-05-15
|
* Upgrade to krossbow 0.20.1 (migrate to flows)Joffrey Bion2020-05-12
|
* Fix server project's dependencyJoffrey Bion2020-04-07
|
* Change deprecated gradle configuration compile() to implementation()joffrey-bion2020-01-26
|
* Upgrade to Spring Boot 2.2.4joffrey-bion2020-01-26
|
* Make the server embed the new Kotlin frontendjoffrey-bion2020-01-05
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* WIP back to JVM for common module to see if it worksJoffrey BION2019-05-17
|
* Rationalize module namesJoffrey BION2019-05-16
bgstack15