Archived
Added gradle build files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation project(':Triangle.AbstractMachine')
|
||||
}
|
||||
|
||||
application {
|
||||
mainClass = 'Triangle.AbstractMachine.Interpreter'
|
||||
}
|
||||
Reference in New Issue
Block a user