Cosmin Stroe

Results 19 comments of Cosmin Stroe
trafficstars

I was able to get it working using this file structure: ``` . ├── build.gradle ├── settings.gradle ├── main.go └── util └── util.go ``` `build.gradle`: ``` plugins { id 'com.github.blindpirate.gogradle'...

You can find example builds here: https://github.com/gogradle/examples For building a simple Go project, make sure you [install Gradle](https://gradle.org/install/) and then create a simple `build.gradle` file in the root of the...

Works fine with `1.14.1`: ``` $ ./gradlew goBuild > Configure project : Found go 1.14.1 in /home/cosmin/Software/go/1.14.1/bin/go, use it. > Task :goPrepare Use project GOPATH: /home/cosmin/Zoo/golang/checklister-golang/.gogradle/project_gopath Deprecated Gradle features were...

In the latest released version (1.6.0), the default value for `includeProjectDependencies` is `true`: https://github.com/mojohaus/exec-maven-plugin/blob/exec-maven-plugin-1.6.0/src/main/java/org/codehaus/mojo/exec/ExecJavaMojo.java#L139

The java plugin has the same issue.

How do we want to start? Do we make incremental PRs to master?

I created an organization and forked this repo there: https://github.com/mamutehq/mamute I will add you @vicenthy and we can start with that. Anyone else can join if they're interested.

Work has begun here: https://github.com/mamutehq/mamute/milestone/1

That repository is a fork of this one, so it kept the releases. It is not a rewrite from scratch, but an in-place conversion to Spring Boot (for example, see...

@marikth Are you proposing a complete rewrite of Mamute? In that case, please see https://github.com/caelum/mamute/issues/299, which created https://github.com/JamesSullivan/manmosu If you have a specific feature in mind (you mention ElasticSearch and...