Include javax inject for mmocore (#932)

This commit is contained in:
IzzelAliz 2023-02-26 10:39:25 +08:00
parent 98f5a18308
commit e1c399c048
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ def embedLibs = [/*"org.spongepowered:mixin:$mixinVersion", */ 'org.yaml:snakeya
'org.apache.httpcomponents:httpcore:4.4.13', 'commons-codec:commons-codec:1.15',
'org.slf4j:jcl-over-slf4j:1.7.30', /*'org.apache.logging.log4j:log4j-slf4j18-impl:2.14.1',*/
'org.spongepowered:configurate-hocon:3.6.1', 'org.spongepowered:configurate-core:3.6.1',
'com.typesafe:config:1.3.1']
'com.typesafe:config:1.3.1', 'javax.inject:javax.inject:1']
dependencies {
implementation 'com.google.guava:guava:31.1-jre'

View File

@ -1,6 +1,6 @@
allprojects {
group 'io.izzel.arclight'
version '1.0.2'
version '1.0.3-SNAPSHOT'
def getGitHash = { ->
def stdout = new ByteArrayOutputStream()