summaryrefslogtreecommitdiff
path: root/settings.gradle
Commit message (Collapse)AuthorAge
* Move settings.gradle to KotlinJoffrey Bion2020-03-27
|
* Remove unnecessary EAP Kotlin repositoryjoffrey-bion2020-01-05
|
* Remove gradle metadata feature (now enabled by default)joffrey-bion2020-01-05
|
* Attempt at Kotlin/JS EAP build 1.3.50-eap-54jbion2019-08-01
|
* Attempt at Kotlin frontend pluginjbion2019-07-28
|
* Create multiplatform SevenWondersClient based on KrossbowJoffrey BION2019-07-08
|
* Reorder subprojects in settings.gradle to make more senseJoffrey BION2019-05-22
|
* Make common project multiplatformJoffrey BION2019-05-22
|
* Comment plugin management related to unused multiplatform pluginJoffrey BION2019-05-22
|
* Rationalize module namesJoffrey BION2019-05-16
|
* Remove GRADLE_METADATA feature to avoid breaking frontend buildJoffrey BION2019-05-16
|
* Extract game-model module from game-engineJoffrey BION2019-05-16
|
* Add rootProject.name in settings.gradlejbion2019-05-14
| | | | This is the recommended best practice, I guess to avoid having the project name depend on the root folder's name.
* Extract game engine as separate artifactJoffrey BION2018-04-23
|
* Move frontend and backend into 2 separate subprojectsjbion2017-01-20
bgstack15