fluttercommunity / fluttercommunity/wakelock_plus
Execution failed for task ':wakelock_plus:compileReleaseJavaWithJavac'. > error: invalid source release: 17
Open
- Dominant language
- Dart
- Stars
- 109
- Forks
- 97
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 2
Description
**
Execution failed for task ':wakelock_plus:compileReleaseJavaWithJavac'.
> error: invalid source release: 17
**
compileSdk 34
ndkVersion flutter.ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
classpath 'com.android.tools.build:gradle:7.3.1'
ext.kotlin_version = '1.9.10'
Contributor guide
Assessment
This issue has not been assessed yet.