Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a test to catch a case that caused an error in the Python port. #68

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar
out/

### STS ###
Expand Down
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ allprojects {
repositories {
mavenLocal()
mavenCentral()
jcenter()
jitpack()
}
}

subprojects {
apply<MavenPublishPlugin>()
}

buildscript {
dependencies {
}
}
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20-M1")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
}
Binary file added buildSrc/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions buildSrc/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Thu Jan 16 13:42:40 CET 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Projects.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import org.gradle.kotlin.dsl.project

object Projects {

inline val DependencyHandlerScope.mixiteCore get() = project(":mixite.core")
inline val DependencyHandlerScope.mixiteCore get() = project(":mixite2.core")

}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.hexworks.mixite
version=2020.1.0
group=org.hexworks.mixite2
version=0.1.1

org.gradle.parallel=true
org.gradle.daemon=true
44 changes: 0 additions & 44 deletions mixite.benchmarks/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion mixite.benchmarks/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading