Pint Raj
03/30/2024, 8:56 AMVampire
03/30/2024, 9:00 AMPint Raj
03/30/2024, 9:03 AMflutter build appbundle
but faung the above errorPint Raj
03/30/2024, 9:06 AMYou are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: <https://flutter.dev/go/flutter-gradle-plugin-apply>
You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: <https://flutter.dev/go/flutter-gradle-plugin-apply>
Font asset "CupertinoIcons.ttf" was tree-shaken, reducing it from 283452 to 2188 bytes (99.2% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 5216 bytes (99.7% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':stripe_android:compileReleaseJavaWithJavac'.
> error: invalid source release: 17
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
Running Gradle task 'bundleRelease'... 7.6s
Gradle task bundleRelease failed with exit code 1Vampire
03/30/2024, 9:10 AMVampire
03/30/2024, 9:12 AMPint Raj
03/30/2024, 9:13 AMExecution failed for task ':stripe_android:compileReleaseJavaWithJavac'.
> error: invalid source release: 17
Vampire
03/30/2024, 9:31 AM