Skip to content

Commit

Permalink
change source compatibility from java 11 -> java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
BasketBandit committed Nov 12, 2020
1 parent 8f8abb8 commit 73f8be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ apply plugin: 'java'
apply plugin: 'idea'

group 'BasketBandit'
version '0.4.1'
version '0.4.2'

sourceCompatibility = 1.11
sourceCompatibility = 1.8

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import org.slf4j.LoggerFactory;

import java.io.IOException;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit 73f8be5

Please sign in to comment.