Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
zaaarf 2023-03-01 21:29:33 +01:00
commit 284954e20d
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -4,6 +4,8 @@ plugins {
group 'ftbsc.lll.processor'
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
repositories {
mavenCentral()
maven { url = 'https://maven.fantabos.co' }
@ -13,4 +15,4 @@ repositories {
dependencies {
implementation 'com.squareup:javapoet:1.13.0'
implementation 'ftbsc:lll:0.2.2'
}
}