Skip to content

Commit

Permalink
Discards unwanted changes
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Sep 27, 2023
1 parent d8c7ca2 commit 5db55ea
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 635 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ spotbugsTest {
enabled = false
}

java.sourceCompatibility = JavaVersion.VERSION_16
java.targetCompatibility = JavaVersion.VERSION_16
java.sourceCompatibility = JavaVersion.VERSION_11
java.targetCompatibility = JavaVersion.VERSION_11

licenseHeaders.enabled = true

Expand Down
Loading

0 comments on commit 5db55ea

Please sign in to comment.