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' testImplementation 'junit:junit:4.12'
} }
group = 'ru.bvn13' group = 'ru.bvn13.fsm'
artifact = 'fsm'
version = '1.0' version = '1.0'
description = 'FinalStateMachine' description = 'FinalStateMachine'
java.sourceCompatibility = JavaVersion.VERSION_1_8 java.sourceCompatibility = JavaVersion.VERSION_1_8