Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added gradle build #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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.

@jponge jponge added this to Backlog in Development Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development
  
Backlog
Development

Successfully merging this pull request may close these issues.

None yet

2 participants