Skip to content

Commit fb0f593

Browse files
committed
all: cleanup things
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 9468290 commit fb0f593

File tree

4 files changed

+3
-41
lines changed

4 files changed

+3
-41
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Android Password Store
3+
Copyright (c) 2021 The Android Password Store authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/build.gradle.kts

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,14 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*
4-
* This generated file contains a sample Kotlin library project to get you started.
5-
* For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
6-
* User Manual available at https://docs.gradle.org/6.8.3/userguide/building_java_projects.html
7-
*/
8-
91
plugins {
10-
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
11-
id("org.jetbrains.kotlin.jvm") version "1.4.30"
12-
13-
// Apply the java-library plugin for API and implementation separation.
14-
`java-library`
2+
id("org.jetbrains.kotlin.jvm") version "1.4.32"
153
}
164

175
repositories {
18-
// Use JCenter for resolving dependencies.
19-
jcenter()
6+
mavenCentral()
207
}
218

229
dependencies {
23-
// Align versions of all Kotlin components
2410
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
25-
26-
// Use the Kotlin JDK 8 standard library.
2711
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
28-
29-
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
30-
implementation("com.google.guava:guava:29.0-jre")
31-
32-
// Use the Kotlin test library.
3312
testImplementation("org.jetbrains.kotlin:kotlin-test")
34-
35-
// Use the Kotlin JUnit integration.
3613
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
37-
38-
// This dependency is exported to consumers, that is to say found on their compile classpath.
39-
api("org.apache.commons:commons-math3:3.6.1")
4014
}

lib/src/test/kotlin/dev/sphericalkat/sublimefuzzy/FuzzyTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/*
2-
* This Kotlin source file was generated by the Gradle 'init' task.
3-
*/
41
package dev.sphericalkat.sublimefuzzy
52

63
import kotlin.test.Test

settings.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
/*
2-
* This file was generated by the Gradle 'init' task.
3-
*
4-
* The settings file is used to specify which projects to include in your build.
5-
*
6-
* Detailed information about configuring a multi-project build in Gradle can be found
7-
* in the user manual at https://docs.gradle.org/6.8.3/userguide/multi_project_builds.html
8-
*/
9-
101
rootProject.name = "sublime-fuzzy"
112
include("lib")

0 commit comments

Comments
 (0)