在build.gradle 中应用 java 插件后,默认会有一个jar 任务用于打包。 ... package com.example; public class Utils { public static int add(int a, int b) { return ...
確定! 回上一頁