Skip to content

Commit

Permalink
Update common.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Dec 24, 2023
1 parent 184be30 commit 78f532d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: "java"
apply plugin: "jacoco"

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

wpilibTools.deps.wpilibVersion = wpilibVersion
Expand Down

0 comments on commit 78f532d

Please sign in to comment.