package org.gradle; public class Utils { public static String getCompatibility() { return "1.0"; } }