forked from Limework/RediSkript
try fix maven
This commit is contained in:
parent
a520ba6496
commit
824cf3664c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,3 @@ target
|
|||||||
out
|
out
|
||||||
.idea
|
.idea
|
||||||
compile
|
compile
|
||||||
*.iml
|
|
20
RediSkript.iml
Normal file
20
RediSkript.iml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
|
||||||
|
<output url="file://$MODULE_DIR$/target/classes" />
|
||||||
|
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: com.github.skriptlang:Skript:2.4.1" level="project" />
|
||||||
|
<orderEntry type="library" scope="PROVIDED" name="Maven: org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT" level="project" />
|
||||||
|
<orderEntry type="library" scope="COMPILE" name="Maven: redis.clients:jedis:3.3.0" level="project" />
|
||||||
|
<orderEntry type="library" scope="COMPILE" name="Maven: org.apache.commons:commons-pool2:2.6.2" level="project" />
|
||||||
|
<orderEntry type="library" scope="COMPILE" name="Maven: org.json:json:20190722" level="project" />
|
||||||
|
<orderEntry type="library" scope="COMPILE" name="Maven: org.cryptomator:siv-mode:1.4.0" level="project" />
|
||||||
|
</component>
|
||||||
|
</module>
|
Loading…
Reference in New Issue
Block a user