Skip to content

Commit

Permalink
rm plugins (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-walker authored Mar 18, 2022
1 parent a1eba78 commit d1b22fc
Show file tree
Hide file tree
Showing 537 changed files with 3 additions and 24,008 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![Kotlin version badge](https://img.shields.io/badge/kotlin-1.6-blue.svg)](https://kotlinlang.org/docs/whatsnew16.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)

_Library_: [![Latest snapshot](https://img.shields.io/maven-metadata/v?color=0576b6&label=latest%20snapshot&metadataUrl=https%3A%2F%2Foss.sonatype.org%2Fservice%2Flocal%2Frepositories%2Fsnapshots%2Fcontent%2Fio%2Farrow-kt%2Farrow-meta%2Fmaven-metadata.xml)](https://oss.sonatype.org/service/local/repositories/snapshots/content/io/arrow-kt/arrow-meta/) _Analysis_: [![Latest snapshot](https://img.shields.io/maven-metadata/v?color=0576b6&label=latest%20snapshot&metadataUrl=https%3A%2F%2Foss.sonatype.org%2Fservice%2Flocal%2Frepositories%2Fsnapshots%2Fcontent%2Fio%2Farrow-kt%2Farrow-analysis-common%2Fmaven-metadata.xml)](https://oss.sonatype.org/service/local/repositories/snapshots/content/io/arrow-kt/arrow-analysis-common/)

Functional companion to Kotlin's Compiler

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
dependencies {
runtimeOnly(libs.kotlin.stdlibJDK8)
runtimeOnly(projects.arrowMeta)
runtimeOnly(projects.arrowAnalysisTypes)
runtimeOnly(libs.arrowAnalysisTypes)
}

tasks {
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
projects.group=io.arrow-kt
projects.version=1.6.1-SNAPSHOT
projects.meta_version=1.6.1-SNAPSHOT
projects.optics_version=2.0-SNAPSHOT
projects.analysis_version=2.0.2-SNAPSHOT
projects.proofs_version=2.0-SNAPSHOT
pom.description=Arrow Meta
pom.url=https://github.com/arrow-kt/arrow-meta/
pom.license.name=The Apache Software License, Version 2.0
Expand Down
2 changes: 2 additions & 0 deletions gradle/projects.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[versions]
arrow = "1.0.1"
arrowGradleConfig = "0.10.0"
arrowAnalysis = "2.0.2-SNAPSHOT"
assertj = "3.22.0"
classgraph = "4.8.141"
dokka = "1.6.0"
Expand All @@ -20,6 +21,7 @@ sarif4k = "0.0.1"
arrowAnnotations = { module = "io.arrow-kt:arrow-annotations", version.ref = "arrow" }
arrowCore = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }
arrowOptics = { module = "io.arrow-kt:arrow-optics", version.ref = "arrow" }
arrowAnalysisTypes = { module = "io.arrow-kt:arrow-analysis-types", version.ref = "arrowAnalysis" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
classgraph = { module = "io.github.classgraph:classgraph", version.ref = "classgraph" }
intellijOpenApi = { module = "com.intellij:openapi", version.ref = "intellijOpenApi" }
Expand Down
22 changes: 0 additions & 22 deletions plugins/analysis/common/build.gradle.kts

This file was deleted.

6 changes: 0 additions & 6 deletions plugins/analysis/common/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d1b22fc

Please sign in to comment.