Skip to content

Commit

Permalink
Increment build.gradle version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyD97 committed Aug 13, 2019
1 parent 713dfa2 commit 18f50ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions Stepper.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="Stepper" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="coreyd97" external.system.module.version="1.1" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/out" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'coreyd97'
version '1.1'
version '1.2'

apply plugin: 'java'
apply plugin: 'maven'
Expand All @@ -15,8 +15,8 @@ repositories {

dependencies {
compile 'net.portswigger.burp.extender:burp-extender-api:1.7.22'
compile 'com.github.CoreyD97:BurpExtenderUtilities:710549a'
testCompile files('/opt/BurpSuitePro/burpsuite_pro_v2.0.15beta.jar')
compile 'com.github.CoreyD97:BurpExtenderUtilities:d342aee387f22d55511c196e33b40cc7d3eb2c55'
testCompile files('/opt/BurpSuitePro/burpsuite_pro.jar')
}

task fatJar(type: Jar) {
Expand Down

0 comments on commit 18f50ba

Please sign in to comment.