1 2 3 4 5 6 7 8 9 10 11 12 13 14
apply plugin: 'java' version = '17.0.0-SNAPSHOT' repositories { mavenCentral() } dependencies { implementation project(':') implementation 'org.slf4j:slf4j-api:1.7.25' implementation 'org.slf4j:slf4j-log4j12:1.7.25' }