Add Kotlin Buildscripts + Add Kotlin Buildscript Support to Testing + Update Gradle Plugins, Gradle and MinecraftForge#6
Conversation
Update Gradle Plugins and MinecraftForge
|
This doesnt actually seem to add any kotlin examples |
|
It adds the existing kotlin buildscript into the _internal testing framework. Plus I made some modifications to it to extend its capabilities. |
|
If you want me to add the kotlin examples in the same PR, I could, but that'll take me some time to make. |
|
Worth doing yes, and like I said, the updateBuilds task doesnt seem to of been run because the current projects output a range, which is not what the code does. |
|
I did actually run it though. I modified the task to output a range since that what I thought you wanted. |
|
Oh my bad, forgot it was hardcoded, thought I had it pick from that subproject's version. Im an idiot. |
Lex mentioned that the Kotlin Buildscript needed to be added to the testing framework. I went ahead and did that.
While I was there, I bumped the Gradle Plugins, Gradle and MinecraftForge, since they should probably be up to date.