migration to gradle

master 1.0
Vyacheslav Boyko 2022-06-27 02:37:20 +03:00
parent 8dbd2fad22
commit 2a2eccad1e
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
}
group = 'ru.bvn13'
artifact = 'fsm'
group = 'ru.bvn13.fsm'
version = '1.0'
description = 'FinalStateMachine'
java.sourceCompatibility = JavaVersion.VERSION_1_8