Skip to content

Commit

Permalink
Dyescape removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jul 2, 2023
1 parent e24cf1f commit 6766743
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ build: build-gradle build-maven
build-maven:
mvn clean install
build-gradle:
gradle wrapper
./gradlew build test
@for location in $(MODULE_LOCATIONS); do \
export CURRENT=$(shell pwd); \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
plugins {
id("jacoco")
id("java")
id( "org.jesperancinha.plugins.omni") version "0.3.0"
id( "org.jesperancinha.plugins.omni") version "0.3.1"
}

tasks.withType<Test> {
Expand Down
2 changes: 1 addition & 1 deletion jeorg-kotlin-arrow-optics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

plugins {
id("jacoco")
id( "org.jesperancinha.plugins.omni") version "0.3.0"
id( "org.jesperancinha.plugins.omni") version "0.3.1"
}

tasks.withType<Test> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ dependencies {
implementation(platform("io.arrow-kt:arrow-stack:$arrowVersion"))
implementation("io.arrow-kt:arrow-core")
implementation("io.arrow-kt:arrow-optics")
implementation("io.arrow-kt:arrow-fx-coroutines")
implementation("io.arrow-kt:arrow-analysis-types-jvm:2.0.2")
implementation("org.jesperancinha.console:consolerizer:2.2.2")
implementation("io.kotest:kotest-assertions-core-jvm:5.6.2")
ksp("io.arrow-kt:arrow-optics-ksp-plugin:$arrowVersion")
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.9.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.9.3")
Expand Down
2 changes: 0 additions & 2 deletions jeorg-kotlin-arrow-optics/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
rootProject.name = "jeorg-kotlin-arrow-optics"
include("jeorg-kotlin-optics-crums-1")
include("jeorg-kotlin-arrow-optics-gradle-1")
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
rootProject.name = "jeorg-kotlin-test-drives"
include("jeorg-kotlin-arrow-optics")
include("jeorg-kotlin-arrow-optics:jeorg-kotlin-arrow-optics-gradle-1")
include("jeorg-kotlin-arrow-optics:jeorg-kotlin-optics-crums-1")

0 comments on commit 6766743

Please sign in to comment.