1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/oycocean-dex-method-counts

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 355
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Sebastian Schuberth Отправлено 27.05.2015 10:24 3fa04dc
apply plugin: 'application'
mainClassName = "info.persistent.dex.Main"
// Match existing source structure
sourceSets {
main {
java {
srcDir 'src'
}
}
}
jar {
// Redirect output to match launcher script
destinationDir = file('build/jar')
manifest {
attributes("Main-Class": mainClassName)
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/oycocean-dex-method-counts.git
git@api.gitlife.ru:oschina-mirror/oycocean-dex-method-counts.git
oschina-mirror
oycocean-dex-method-counts
oycocean-dex-method-counts
master