Override Java version when building a Cordova project with gradle

后端 未结 3 1018
一个人的身影
一个人的身影 2020-12-16 13:43

I am trying to build a Cordova project using gradle as a build tool. In the Cordova project I have my own plugin that requires Java 1.7.

In the build.gradle that com

3条回答
  •  难免孤独
    2020-12-16 14:32

    Regarding the answer of Mark, i got a solution to add the build-extras.gradle into the plugin.xml file. So it will be added automatically to the platform folder to the right place.

    
    

提交回复
热议问题