Skip to content

Commit d05073b

Browse files
authored
Merge pull request #800 from Bnyro/master
chore: update NewPipeExtractor and fix deprecated gradle options
2 parents fb00a4b + 90335d4 commit d05073b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'it.unimi.dsi:fastutil-core:8.5.13'
1717
implementation 'commons-codec:commons-codec:1.16.1'
1818
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
19-
implementation 'com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:a6039002a5c844e4bb642cf8cdaca7109821adfe'
19+
implementation 'com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:fcb1d28f5b7c5c2dd74f54b047c4978cc672a66c'
2020
implementation 'com.github.FireMasterK:nanojson:9f4af3b739cc13f3d0d9d4b758bbe2b2ae7119d7'
2121
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
2222
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.0'
@@ -60,7 +60,10 @@ jar {
6060
}
6161
}
6262

63+
java {
64+
sourceCompatibility = JavaVersion.VERSION_21
65+
targetCompatibility = JavaVersion.VERSION_21
66+
}
67+
6368
group = 'me.kavin.piped'
6469
version = '1.0'
65-
sourceCompatibility = JavaVersion.VERSION_21
66-
targetCompatibility = JavaVersion.VERSION_21

0 commit comments

Comments
 (0)