feat(syncforreddit): add change-oauth-client-id
patch (#2393)
This commit is contained in:
9
dummy/build.gradle.kts
Normal file
9
dummy/build.gradle.kts
Normal file
@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(11))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user