Skip to content

Need Gradle example for Java samples #1234

@hilliao

Description

@hilliao

Feature request of Java Gradle

I'm able to use the following Gradle file to build the Java sample. I should be able to submit a pull request that has the full directory structure of using Gradle with Intellij. Let me know if that interests you. Here's the build.gradle file:

version '1.0-SNAPSHOT'

apply plugin: 'java'

apply plugin: 'application'
mainClassName = 'com.dlinkddns.hli.main'

sourceCompatibility = 1.8

repositories {
    mavenCentral()
    mavenLocal()
}

dependencies {
    // Firebase Java SDK
    compile 'com.google.firebase:firebase-admin:6.5.0'

    // Sundial Job Scheduler
    compile 'org.knowm:sundial:2.1.1'
}


Metadata

Metadata

Assignees

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