mirror of
https://github.com/2006Scape-Scripts/ParaScript.git
synced 2026-07-02 16:49:02 +00:00
377caf2346
* Initial Maven * Fixup * Close window on script stop * Extend Varrock mining area * Allow selection of tree/ore to collect * Show items gained, exp gained * Fixup exp gain * Add check for user logged in while walking * Use Skill from the api * Add drop, bank, fletch methods. Add Bank runner * fixup Bank Runner * fixup Bank Runner * idk * - * Fixup Bank Runner
16 lines
630 B
XML
16 lines
630 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<annotationProcessing>
|
|
<profile name="Maven default annotation processors profile" enabled="true">
|
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
|
<outputRelativeToContentRoot value="true" />
|
|
<module name="ParaScript" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
<bytecodeTargetLevel>
|
|
<module name="ParaScript" target="8" />
|
|
</bytecodeTargetLevel>
|
|
</component>
|
|
</project> |