Skip to content
Snippets Groups Projects
build.gradle 508 B
Newer Older
/*
 * This file was generated by the Gradle 'init' task.
 *
 * This generated file contains a sample Java project to get you started.
 * For more details take a look at the Java Quickstart chapter in the Gradle
 * User Manual available at https://docs.gradle.org/6.5/userguide/tutorial_java_projects.html
 */

plugins {
    id 'java'
    id 'application'
}

dependencies {
    implementation project(':analysis')
}

application {
    mainClassName = 'org.oceandsl.architecture.model.ArchitectureModelMain'
}