mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-28 16:00:29 +05:30
fix: deprecated build.gradle options
This commit is contained in:
parent
ecfe0456dc
commit
90335d49e7
@ -60,7 +60,10 @@ jar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
group = 'me.kavin.piped'
|
java {
|
||||||
version = '1.0'
|
|
||||||
sourceCompatibility = JavaVersion.VERSION_21
|
sourceCompatibility = JavaVersion.VERSION_21
|
||||||
targetCompatibility = JavaVersion.VERSION_21
|
targetCompatibility = JavaVersion.VERSION_21
|
||||||
|
}
|
||||||
|
|
||||||
|
group = 'me.kavin.piped'
|
||||||
|
version = '1.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user