Add module Injector
This commit is contained in:
17
injector/build.gradle
Normal file
17
injector/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'scala'
|
||||
}
|
||||
|
||||
group 'me.skymc'
|
||||
version '5.0'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'org.scala-lang', name: 'scala-library', version: '2.12.8'
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.izzel.common.inject;
|
||||
|
||||
public @interface Inject {
|
||||
}
|
||||
Reference in New Issue
Block a user