barteks2x
01/17/2019, 5:01 AMNikky
01/17/2019, 5:09 AMval theForgeVersion: String by project
instead put them into buildSrc/src/main/kotlin/Versions.kt
and they can be accessed anywhere in the project with full syntax completion
do not forget to add this to `buildSrc/build.gradle.kt`:
plugins { `kotlin-dsl` }
barteks2x
01/17/2019, 5:13 AMNikky
01/17/2019, 5:14 AMbarteks2x
01/17/2019, 5:14 AMNikky
01/17/2019, 5:15 AMbarteks2x
01/17/2019, 5:16 AMNikky
01/17/2019, 5:16 AMtasks
to see if it is really not there ?barteks2x
01/17/2019, 5:16 AMUpload tasks
------------
uploadArchives - Uploads all artifacts belonging to configuration ':archives'
Nikky
01/17/2019, 5:17 AMbarteks2x
01/17/2019, 5:18 AMNikky
01/17/2019, 5:21 AMgradlew help --task <task>
barteks2x
01/17/2019, 5:23 AMorg.gradle.api.tasks.Upload
Nikky
01/17/2019, 5:24 AMafterEvaluate { }
?barteks2x
01/17/2019, 5:25 AM