Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 04377ab

Browse files
committed
testing whether docs push to gh-pages correctly
1 parent da5c055 commit 04377ab

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
allprojects {
1313
group = 'com.launchdarkly'
14-
version = "0.13.1-ghpages+changes"
14+
version = "0.13.1"
1515
sourceCompatibility = 1.6
1616
targetCompatibility = 1.6
1717
}
@@ -51,7 +51,7 @@ buildscript {
5151
mavenLocal()
5252
}
5353
dependencies {
54-
classpath 'org.ajoberstar:gradle-git:0.13.0'
54+
classpath 'org.ajoberstar:gradle-git:0.12.0'
5555
}
5656
}
5757

@@ -90,9 +90,11 @@ test {
9090
}
9191
}
9292

93+
/*
9394
signing {
9495
sign configurations.archives
9596
}
97+
*/
9698

9799
idea {
98100
module {
@@ -102,6 +104,7 @@ idea {
102104
}
103105
}
104106

107+
/*
105108
uploadArchives {
106109
repositories {
107110
mavenDeployer {
@@ -144,4 +147,5 @@ uploadArchives {
144147
}
145148
}
146149
}
147-
}
150+
}
151+
*/

src/main/java/com/launchdarkly/client/LDClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import org.slf4j.LoggerFactory;
2929

3030
/**
31-
*
31+
* It works
3232
* A client for the LaunchDarkly API. Client instances are thread-safe. Applications should instantiate
3333
* a single {@code LDClient} for the lifetime of their application.
3434
*

0 commit comments

Comments
 (0)