Skip to content

jiahaowu/gradle-dice-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone this repository on local machine and run gradle install. Then this plugin will be installed on your local maven repository.

Usage

Add the following code into build.gradle script.

buildscript {
    repositories {
        mavenLocal()
        jcenter()
    }
    dependencies {
        classpath 'com.jiahaowu.gradle:dxconfigPlugin:1.0-SNAPSHOT'
    }
}

and add the following code into project configuration:

project('experiment') {
    apply plugin: 'com.jiahaowu.gradle.dxconfig.plugin'
    dependencies {
        compile project(':dif/pub')
    }

    dxconfig{
        dljverbose = "-v"
    }

    sourceSets.main.java.srcDirs =  ['src']
    sourceSets.main.resources.srcDirs = ['src']
}

About

Gradle plugin that generates DICE(http:https://www.ece.umd.edu/DSPCAD/projects/dice/dice.htm) configuration files for Java project

Resources

Stars

Watchers

Forks

Packages

No packages published