Skip to content
This repository was archived by the owner on Jul 1, 2018. It is now read-only.

Commit af2a562

Browse files
committed
Update to the new CI system
This now points towards dan200/ComputerCraft@0f982e6
1 parent 7b5289f commit af2a562

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'idea'
66
apply plugin: 'maven-publish'
77

88
group 'org.squiddev'
9-
version '1.5.0-nightly-2017051909'
9+
version '1.5.0-nightly-build0'
1010

1111
targetCompatibility = sourceCompatibility = 1.6
1212
compileTestJava.sourceCompatibility = compileTestJava.targetCompatibility = 1.8
@@ -37,12 +37,12 @@ configurations {
3737
dependencies {
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
6363
idea { module { scopes.PROVIDED.plus += [configurations.provided] } }
6464

6565
def 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

6969
task getVersions(type: Task) {

0 commit comments

Comments
 (0)