Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ object CoreJvmCompiler {
/**
* The version used to in the build classpath.
*/
const val dogfoodingVersion = "2.0.0-SNAPSHOT.012"
const val dogfoodingVersion = "2.0.0-SNAPSHOT.014"

/**
* The version to be used for integration tests.
*/
const val version = "2.0.0-SNAPSHOT.012"
const val version = "2.0.0-SNAPSHOT.014"

/**
* The ID of the Gradle plugin.
Expand All @@ -61,7 +61,7 @@ object CoreJvmCompiler {
/**
* The library with the [dogfoodingVersion].
*/
val pluginLib = pluginLib(dogfoodingVersion)
val pluginLib = pluginLibNew(dogfoodingVersion)

/**
* The library with the given [version].
Expand Down
Loading
Loading