build failed

Issue #14 new
Former user created an issue

Comments (1)

  1. 周来

    We should fix the gradle config 😀

    java {
        sourceCompatibility = JavaVersion.VERSION_11
        targetCompatibility = JavaVersion.VERSION_11
    }
    

    And update the pipelines , use openjdk-11 to build the project.

  2. Log in to comment