gradle-plugins
A collection of Gradle plugins
파일 탐색기
최종 버전 다운로드 (.zip)- com.ewerk.gradle.plugins.annotation-processor.properties
- AnnotationProcessorCompile.groovy
- CleanAnnotationProcessorGeneratedDir.groovy
- InitAnnotationProcessorGeneratedDir.groovy
- AnnotationProcessorPlugin.groovy
- AnnotationProcessorPluginExtension.groovy
- com.ewerk.gradle.plugins.annotation-processor.properties
- AnnotationProcessorTaskTest.groovy
- AnnotationProcessorPluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- com.ewerk.gradle.plugins.artifactory-deb-publish.properties
- PushDebToArtifactory.groovy
- ArtifactoryHttpClient.groovy
- Checksums.groovy
- Urls.groovy
- ArtifactoryDebPublishPlugin.groovy
- ArtifactoryDebPublishPluginExtension.groovy
- PublishException.java
- com.ewerk.gradle.plugins.artifactory-deb-publish.properties
- ChecksumsTest.java
- ArtifactoryDebPublishPluginExtensionTest.groovy
- ArtifactoryDebPushDebToArtifactoryPluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- com.ewerk.gradle.plugins.auto-value.properties
- CleanAutoValueSourcesDir.groovy
- InitAutoValueSourcesDir.groovy
- AutoValuePlugin.groovy
- AutoValuePluginExtension.groovy
- com.ewerk.gradle.plugins.auto-value.properties
- InitAutoValueSourcesDirTest.groovy
- AutoValuePluginExtensionTest.groovy
- AutoValuePluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- com.ewerk.gradle.plugins.dagger.properties
- CleanDaggerSourcesDir.groovy
- DaggerCompile.groovy
- InitDaggerSourcesDir.groovy
- DaggerPlugin.groovy
- DaggerPluginExtension.groovy
- com.ewerk.gradle.plugins.dagger.properties
- DaggerTaskTest.groovy
- DaggerAndroidPluginTest.groovy
- DaggerJavaPluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- com.ewerk.gradle.plugins.integration-test.properties
- IntegrationTestPlugin.groovy
- com.ewerk.gradle.plugins.integration-test.properties
- IntegrationTestPluginTest.groovy
- com.ewerk.gradle.plugins.integration-test.properties
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- com.ewerk.gradle.plugins.jaxb2.properties
- CleanJaxb2SourcesDir.groovy
- GenerateJaxb2Classes.groovy
- InitJaxb2SourcesDir.groovy
- XjcTaskConfig.groovy
- Jaxb2Plugin.groovy
- Jaxb2PluginExtension.groovy
- com.ewerk.gradle.plugins.jaxb2.properties
- Jaxb2PluginExtensionTest.groovy
- Jaxb2PluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- com.ewerk.gradle.plugins.querydsl.properties
- CleanQuerydslSourcesDir.groovy
- InitQuerydslSourcesDir.groovy
- QuerydslCompile.groovy
- QuerydslPlugin.groovy
- QuerydslPluginExtension.groovy
- com.ewerk.gradle.plugins.querydsl.properties
- InitQuerydslSourcesDirTest.groovy
- QuerydslCompileTest.groovy
- QuerydslPluginExtensionTest.groovy
- QuerydslPluginTest.groovy
- build.gradle
- change_log.md
- gradle.properties
- readme.md
- .gitignore
- .travis.yml
- build.gradle
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/ewerk/gradle-plugins
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gradle-plugins
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
than 1.8. Currently a lot of issues arise related to using the plugins with Gradle 5+. There are
Gradle로 빌드를 진행합니다.
plans to adopt the plugins to the newest Gradle API but time is lacking. Help is pretty much
Gradle로 빌드를 진행합니다.
appreciated. Please see https://github.com/ewerk/gradle-plugins/milestone/1.
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
