build.dependencies.gradle
and add maven { url = 'https://maven.brott.dev/' }
to the end of the repositories
block.TeamCode/build.gradle
and add implementation 'com.acmerobotics.roadrunner:core:0.5.5'
to the end of the dependencies
block.multiDexEnabled true
to the defaultConfig
closure in build.common.gradle
.proguard-rules.pro
file from the quickstart and save it to the TeamCode
directory. Then add following lines to the debug
and release
closures inside buildTypes
in build.common.gradle
:./gradlew shadowJar
)../gradlew buildPlugin
.Install Plugin from Disk...
.plugin/build/distributions
.