All Downloads are FREE. Search and download functionalities are using the official Maven repository.

multiproject.testproject.src.main.groovy.org.gradle.GroovyJavaPerson Maven / Gradle / Ivy

package org.gradle;

import java.util.Properties;
import java.io.IOException;

public class GroovyJavaPerson {
    public String readProperty() throws IOException {
        Properties properties = new Properties();
        properties.load(getClass().getClassLoader().getResourceAsStream("org/gradle/main.properties"));
        return properties.getProperty("main");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy