Skip to content

Commit 0e57967

Browse files
committed
Minor Fixes
1 parent e38e963 commit 0e57967

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# ToastAPI
22
An expandable, Open Source and Cross-Platform Robot API for FRC built on WPILib
33

4-
Master | Production | Development
4+
Master | Development
55
[![Build status](https://travis-ci.org/Open-RIO/ToastAPI.svg?branch=master)](https://travis-ci.org/Open-RIO/ToastAPI/)
6-
[![Build status](https://travis-ci.org/Open-RIO/ToastAPI.svg?branch=production)](https://travis-ci.org/Open-RIO/ToastAPI/)
76
[![Build status](https://travis-ci.org/Open-RIO/ToastAPI.svg?branch=development)](https://travis-ci.org/Open-RIO/ToastAPI/)
87
## What is Toast?
98
Toast is an API designed for the RoboRIO and teams competing in the FIRST Robotics Competition. Toast is built on top of WPILib and provides useful tools for increased stability, ease of use and usability. Toast also features a full Robot Simulation tool, meaning Robot Code can be tested at school, home, or even on the plane to the next match.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ compileJava.dependsOn genPatches
114114
build.finalizedBy updateLatest
115115

116116
task src(type: Jar) {
117-
classifier = 'src'
117+
classifier = 'sources'
118118
from sourceSets.main.allSource
119119
}
120120

0 commit comments

Comments
 (0)