This repository was archived by the owner on Jul 1, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'idea'
66apply plugin : ' maven-publish'
77
88group ' org.squiddev'
9- version ' 1.5.0-nightly-2017051909 '
9+ version ' 1.5.0-nightly-build0 '
1010
1111targetCompatibility = sourceCompatibility = 1.6
1212compileTestJava. sourceCompatibility = compileTestJava. targetCompatibility = 1.8
@@ -37,12 +37,12 @@ configurations {
3737dependencies {
3838 provided " com.google.code.findbugs:jsr305:3.0.2"
3939
40- provided " dan200.computercraft:ComputerCraft:1.80pr0-2017051909 "
40+ provided " dan200.computercraft:ComputerCraft:1.80pr0-build0 "
4141 compile ' com.google.guava:guava:19.0'
4242 shade " org.ow2.asm:asm-debug-all:5.0.4"
4343
4444 shade ' org.squiddev:Patcher:1.2.4'
45- shade ' org.squiddev:Cobalt:0.2.3 '
45+ shade ' org.squiddev:Cobalt:0.2.4 '
4646
4747 shade ' io.netty:netty-all:4.0.23.Final'
4848
@@ -63,7 +63,7 @@ sourceSets.test.compileClasspath += configurations.provided
6363idea { module { scopes. PROVIDED . plus + = [configurations. provided] } }
6464
6565def versions = [
66- (' 1.80pr0-nightly-2017051909 ' ): ' http://crzd.me/files/maven/dan200/computercraft/ComputerCraft/1.80pr0-2017051909 /ComputerCraft-1.80pr0-2017051909 .jar' ,
66+ (' 1.80pr0-nightly-build0 ' ): ' http://crzd.me/files/maven/dan200/computercraft/ComputerCraft/1.80pr0-build0 /ComputerCraft-1.80pr0-build0 .jar' ,
6767]
6868
6969task getVersions (type : Task ) {
You can’t perform that action at this time.
0 commit comments