Skip to content

Commit

Permalink
Merge pull request #19 from StuyPulse/rm/compositeBuild
Browse files Browse the repository at this point in the history
Add group and version variable to allow composite builds
  • Loading branch information
rmui1 authored Feb 5, 2020
2 parents 10284ee + 12a17c7 commit 5a9a14f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ plugins {
id "edu.wpi.first.GradleRIO" version "2020.1.2"
}

group = 'com.stuypulse'
version = '1.0.0'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

Expand Down

0 comments on commit 5a9a14f

Please sign in to comment.