Minor cleanup
This commit is contained in:
parent
fcf4f437e0
commit
b9449b9140
4 changed files with 3 additions and 8 deletions
3
.idea/misc.xml
generated
3
.idea/misc.xml
generated
|
@ -8,9 +8,6 @@
|
||||||
<pattern value="net.thauvin.erik.bitly.BitlyShortenBuild" method="detekt" />
|
<pattern value="net.thauvin.erik.bitly.BitlyShortenBuild" method="detekt" />
|
||||||
<pattern value="net.thauvin.erik.bitly.BitlyShortenBuild" method="detektBaseline" />
|
<pattern value="net.thauvin.erik.bitly.BitlyShortenBuild" method="detektBaseline" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PDMPlugin">
|
|
||||||
<option name="skipTestSources" value="false" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="17" project-jdk-type="JavaSDK">
|
||||||
<output url="file://$PROJECT_DIR$/build" />
|
<output url="file://$PROJECT_DIR$/build" />
|
||||||
</component>
|
</component>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("application")
|
id("application")
|
||||||
id("com.github.ben-manes.versions") version "0.51.0"
|
id("com.github.ben-manes.versions") version "0.51.0"
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
* in the user manual at https://docs.gradle.org/6.2/userguide/multi_project_builds.html
|
* in the user manual at https://docs.gradle.org/6.2/userguide/multi_project_builds.html
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rootProject.name = "bitly-examples"
|
rootProject.name = "bitly-examples-gradle"
|
||||||
|
|
|
@ -41,9 +41,9 @@ import net.thauvin.erik.bitly.Utils.toEndPoint
|
||||||
import net.thauvin.erik.bitly.config.CreateConfig
|
import net.thauvin.erik.bitly.config.CreateConfig
|
||||||
import net.thauvin.erik.bitly.config.UpdateConfig
|
import net.thauvin.erik.bitly.config.UpdateConfig
|
||||||
import net.thauvin.erik.bitly.config.deeplinks.CreateDeeplinks
|
import net.thauvin.erik.bitly.config.deeplinks.CreateDeeplinks
|
||||||
|
import net.thauvin.erik.bitly.config.deeplinks.UpdateDeeplinks
|
||||||
import net.thauvin.erik.bitly.config.deeplinks.enums.InstallType
|
import net.thauvin.erik.bitly.config.deeplinks.enums.InstallType
|
||||||
import net.thauvin.erik.bitly.config.deeplinks.enums.Os
|
import net.thauvin.erik.bitly.config.deeplinks.enums.Os
|
||||||
import net.thauvin.erik.bitly.config.deeplinks.UpdateDeeplinks
|
|
||||||
import org.json.JSONObject
|
import org.json.JSONObject
|
||||||
import org.junit.jupiter.api.BeforeAll
|
import org.junit.jupiter.api.BeforeAll
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue