Fix: Cannot find Gradle Wrapper file in CD #25

Closed
opened 2023-07-11 12:20:01 +00:00 by malo · 1 comment
Owner

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain
Author
Owner
    # Build the Android App Bundle
    other_action.gradle(
      task: "bundle",
      build_type: "Release",
      print_command: true,
      project_dir: './',
      properties: {
        "android.injected.version.code" => build_number
      }
    )

From Flutter app, need to run flutter build / flutter run command to generate gradle wrapper file

# Build the Android App Bundle other_action.gradle( task: "bundle", build_type: "Release", print_command: true, project_dir: './', properties: { "android.injected.version.code" => build_number } ) From Flutter app, need to run flutter build / flutter run command to generate gradle wrapper file
malo closed this issue 2023-08-08 16:00:48 +00:00
Sign in to join this conversation.
No description provided.