This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
src/main/java/com/launchdarkly/client Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111
1212allprojects {
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+ /*
9394signing {
9495 sign configurations.archives
9596}
97+ */
9698
9799idea {
98100 module {
@@ -102,6 +104,7 @@ idea {
102104 }
103105}
104106
107+ /*
105108uploadArchives {
106109 repositories {
107110 mavenDeployer {
@@ -144,4 +147,5 @@ uploadArchives {
144147 }
145148 }
146149 }
147- }
150+ }
151+ */
Original file line number Diff line number Diff line change 2828import 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 *
You can’t perform that action at this time.
0 commit comments