Skip to content

Build tool #1

@networkException

Description

@networkException

Use gradle as the build tool for this project. Compared to maven, it allows a way more pleasing groovy build file and easier to mange dependencies as well as custom tasks. A build file would look something like this

plugins {
    id 'java'
}

group 'io.purecore'
//TODO: version '0.0.1'

repositories {
    mavenCentral()
}

dependencies {
    // https://mvnrepository.com/artifact/org.json/json
    compile group: 'org.json', name: 'json', version: '+'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions