Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 320 Bytes

chopshopplugin

To use:

plugins {
    id "com.chopshop166.plugin" version "0.5"
}
dependencies {
    implementation chopshop.deps()
}

// Setting up my Jar File by adding the manifest so WPILib
// knows where to look for our Robot Class.
jar { manifest chopshop.manifest(ROBOT_MAIN_CLASS) }