File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
library/src/main/java/dev/andstuff/kraken/api Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public static byte[] stringToBytes(String input) {
6767 }
6868
6969 public static String urlEncode (String input ) throws UnsupportedEncodingException {
70- return URLEncoder .encode (input , StandardCharsets . UTF_8 );
70+ return URLEncoder .encode (input , "UTF-8" );
7171 }
7272
7373 private KrakenUtils () {
Original file line number Diff line number Diff line change 4848
4949 <properties >
5050 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51- <maven .compiler.release>21</maven .compiler.release>
51+ <maven .compiler.source>1.8</maven .compiler.source>
52+ <maven .compiler.target>1.8</maven .compiler.target>
53+ <maven .compiler.target>8</maven .compiler.target>
5254
5355 <!-- Third-party dependencies -->
5456 <lombok .version>1.18.30</lombok .version>
You can’t perform that action at this time.
0 commit comments