gogradle

A Gradle Plugin Providing Full Support for Go

Github星跟踪图

Gogradle - a Full-featured Build Tool for Golang

中文文档

Build Status
Build Status
Coverage Status
Java 8+
Apache License 2

Gogradle is a gradle plugin which provides support for building golang.

2017-06-23 Gogradle is awarded Gradle Plugin of the Year 2017. See the talk on Gradle Summit 2017.

2017-12-17 Now Gogradle can build 817 of Github's top 1000 Go repositories WITHOUT any extra configuration!

2017-03-20 Now Gogradle can generate HTML reports for test and coverage!

What is Gogradle?

Gogradle is a Gradle plugin which provide modern build support for Golang. Gogradle is deeply inspired by glide(I need to pay respect for it). You can simply think Gogradle as glide+make.

Why Gogradle?

  • make has a very steep learning curve, thus many people (like me) aren't good at it; Gradle use a DSL with similar syntax to Java to describe a build, which is easier for me.
  • Makefile and Shell have cross-platform issues, especially on Windows. Thanks to Gradle and JVM, Gogradle provide an excellent cross-platform support and can leverage the whole Java ecosystem
  • There're many mature plugins in Gradle ecosystem, and it's easy for yourself to implement a plugin to reuse your build code
  • Gogradle supports project-scoped GOPATH, if you prefer
  • Gogradle supports existence and switch of multi-version of Go
  • There's plenty of package management tools in Go community which are not compatible with each other.
    • Gogradle provides a migration command which enables you to migrate from other tools.
    • Gogradle is compatible with glide/glock/godep/gom/gopm/govendor/gvt/gbvendor/trash/gpm. When retrieving a dependency package's transitive dependencies, it can recognized lock files of these tools.
  • Gogradle has a long-term and active development support

Gogradle implements most features of glide and adds some extra features:

  • Test and coverage reports generation
  • Multi-version management of Go
  • IDE support
  • Declaration and substitution of repositories, which can be used as mirror repositories

If you puzzled over these issues, or you were a Java developer and familiar with Gradle, Gogradle is your choice!

Gogradle's objective is not replacing other tools, it only provides an option for developers.

Gogradle is NOT a toy. 52% of its code are tests to assure its quality. We also tested Github's top 1000 Go repositories as real world scenarios.

Feature

  • No need to preinstall anything but JDK 8+ (including golang itself)
    • If you're using JetBrains IDE, then JDK is not required
  • Supports Go 1.5+ and allow their existence at the same time
  • Perfect cross-platform support (as long as Java can be run, all tests have passed on OS X 10.11/Ubuntu 12.04/Windows 7)
  • Project-scope build, needless to set GOPATH
  • Full-featured package management
    • Needless to install dependency packages manually, all you need to do is specifying the version
    • VCS supported: Git/Mercurial
    • Transitive dependency management
    • Resolves package conflict automatically
    • Supports dependency lock
    • Supports importing dependencies managed by various external tools such as glide/glock/godep/gom/gopm/govendor/gvt/gbvendor/trash/gpm (Based on this report)
    • Supports submodule
    • Supports SemVersion
    • Supports vendor
    • Supports flattening dependencies (Inspired by glide)
    • Supports renaming local packages
    • Supports private repository
    • Support automatic repository url substitution
    • build/test dependencies are managed separately
    • Supports dependency tree visualization
    • Supports sub packages
  • Supports build/test/single-test/wildcard-test/cross-compile
  • Modern production-grade support for automatic build, simple to define customized tasks
  • Native syntax of gradle
  • Additional features for users in mainland China who are behind the GFW
  • Supports shadowsocks proxy
  • IDE support
  • Test and coverage report generation
  • Incremental build

How Gogradle works

Gogradle's work is based on vendor mechanism. You declare your build dependencies and build logic with Gradle DSL in build.gradle, and Gogradle will resolve all dependencies and potential package conflict, then install them into vendor directory and execute a build. In this course, dependency packages will be flattened to avoid issues. Later, you can lock your resolved dependencies to ensure a reproducible build. It's up to you whether to check in vendor directory or not.

See here for examples.

Table of Content

Snapshot

Test report

1
1
1
1

Coverage report

1
1

Contributing

If you like Gogradle, star it please.

Please feel free to submit an issue.

Fork and PR are always welcomed.

Contributor Guide

Gogradle is developed in IntelliJ IDEA. You can run ./gradlew idea and open the generated .ipr files in IDEA.

Please make sure all checks passed via ./gradlew check.

主要指标

概览
名称与所有者gogradle/gogradle
主编程语言Groovy
编程语言Java (语言数: 6)
平台
许可证Apache License 2.0
所有者活动
创建于2016-11-28 02:30:19
推送于2021-10-11 18:44:58
最后一次提交2021-01-25 20:24:42
发布数38
最新版本名称v0.11.4 (发布于 )
第一版名称v0.2.8 (发布于 )
用户参与
星数773
关注者数31
派生数93
提交数2.1k
已启用问题?
问题数255
打开的问题数92
拉请求数61
打开的拉请求数3
关闭的拉请求数13
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?