Skip to content

Conversation

@luistrigueiros
Copy link

Initial idea implementation support for gradle build

Initial idea implementation support for gradle build
@@ -0,0 +1,80 @@
buildscript {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could be using the simpler plugins { ... } block since there are no special dependencies.

}


apply plugin: 'java'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Vert.x Gradle plugin already applies it.

group = 'io.vertx'
version = '1.3.0-SNAPSHOT'

description = """"""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?


description = """"""

sourceCompatibility = 1.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already done by the Vert.x plugin.

}

dependencies {
compile "io.vertx:vertx-core:$vertVersion"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, see the Vert.x plugin documentation, it simplifies dependencies management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants