// copyright info at bottom apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'application' mainClassName = 'hello.HelloWorld' task wrapper(type: Wrapper){ gradleVersion = '2.8' } /* # gradleToEclipse is a minimal gradle project made to build in eclipse # Copyright (C) 2015 Daniel Watson # This file is part of gradleToEclipse. # gradleToEclipse is free software: you can redistribute it and/or # modify it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # gradleToEclipse is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Affero Public License for more details. # You should have received a copy of the GNU Affero General Public License # along with gradleToEclipse. If not, see . */