gradle-crossbuild-scala

Adds cross building functionality to Gradle for Scala based projects

APACHE-2.0 License

Stars
19
Committers
3

Bot releases are hidden (Show)

gradle-crossbuild-scala - v0.17.0

Published by prokod 2 months ago

bug

  • [bug] Plugin wrongly replaces scala-library dependency with scala3-library_3 as part of dependency resolution #141
  • [bug] Set -release parameter instead of -target #140

closed

  • [closed] Flaky test under DependencyOpsTest #145

doc

  • [doc] publishing source & javadoc jars for all scala versions #147

enhancement

  • [enhancement][doc] Target compilation strategy names are confusing / misleading #142
gradle-crossbuild-scala - v0.16.0 Latest Release

Published by prokod about 1 year ago

bug

  • [bug] pom dependency scopes correct for main build but incorrect for crossbuilds #128
gradle-crossbuild-scala - v0.15.0

Published by prokod over 1 year ago

enhancement

  • [enhancement] Support for Scala 3 #127
gradle-crossbuild-scala - v0.14.1

Published by prokod about 2 years ago

bug

  • [bug] When using Gradle Kotlin scripts and using the Plugin's ext property Exception is raised #119

enhancement

  • [enhancement] Plugin Building - allow project to publish to maven local #121
  • [enhancement] To add a task that will run all cross build jar tasks in a bulk #120
gradle-crossbuild-scala - v0.14.0

Published by prokod about 2 years ago

enhancement

  • [enhancement] Question: How to pass on extra information to subprojects? #116
  • [enhancement] Test suite takes long time to complete #115
  • [enhancement] Feature request: source folder per scala version. #78
gradle-crossbuild-scala - v0.13.1

Published by prokod over 2 years ago

bug

  • [bug] For an implementation dependency the compile scope is used instead of runtime scope in the generated pom #111
gradle-crossbuild-scala - v0.13.0

Published by prokod over 2 years ago

closed

  • [closed] gradle 7 support. #110
  • [closed] Support java-library configurations #63
gradle-crossbuild-scala - v0.12.1

Published by prokod over 3 years ago

enhancement

  • [enhancement] Possible memory leak #98
gradle-crossbuild-scala - v0.12.0

Published by prokod about 4 years ago

enhancement

  • [enhancement] Support custom scalaTag (e.g _2.11, _2.12, _2.13) instead of _? #80
gradle-crossbuild-scala - v0.11.0

Published by prokod about 4 years ago

bug

  • [bug] Should be sufficient to have root module containing scala lib to inference the default Scala version for the project #90

enhancement

  • [enhancement] Support mixing cross built modules with plain modules in a multi module projects #89
  • [enhancement] Add scala to plugin name #82
gradle-crossbuild-scala - v0.10.1

Published by prokod over 4 years ago

bug

  • [bug] stack overflow #71
gradle-crossbuild-scala - v0.10.0

Published by prokod almost 5 years ago

bug

  • [bug] compileOnly dependencies should not be part of generated pom.xml #65

enhancement

  • [enhancement] Users should be able to override generated pom #66
gradle-crossbuild-scala - v0.9.1

Published by prokod about 5 years ago

doc

  • [doc] Documentation refactor #61
gradle-crossbuild-scala - v0.9.0

Published by prokod about 5 years ago

bug

  • [bug] non cross build module used as a dependency in cross build module is missing from compileClasspath #58
gradle-crossbuild-scala - v0.8.2

Published by prokod about 5 years ago

enhancement

  • [enhancement] Simplify DependencyInsights utils [step 1] #53
  • [enhancement] Integrate code coverage #52
gradle-crossbuild-scala - v0.8.1

Published by prokod about 5 years ago

bug

  • [bug] cross build publishing can get mixed up with other custom publications based on artifactId postfix #49
gradle-crossbuild-scala - v0.8.0

Published by prokod about 5 years ago

bug

  • [bug][enhancement] Major overhaul - bringing correctness, better testability and simplification #46

enhancement

  • [enhancement] Support notion of adding cross build items to sub modules #44
gradle-crossbuild-scala - v0.7.1

Published by prokod over 5 years ago

bug

  • [bug] pom files created in a multi module project can contain wrong compile dependency #41
gradle-crossbuild-scala - v0.7.0

Published by prokod over 5 years ago

bug

  • [bug] scala version mix-up from inter project artifacts results in a wrong compilepath #38

enhancement

  • [enhancement] cross building Jar tasks are not available from within build.gradle #37
gradle-crossbuild-scala - v0.6.0

Published by prokod over 5 years ago

enhancement

  • [enhancement] Allowing more then one cross build task per single Scala version #29