mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 05:22:40 +00:00
Updated main version numbers to 2.0
This commit is contained in:
@@ -15,7 +15,7 @@ allOpen {
|
||||
}
|
||||
|
||||
group = "com.google.flatbuffers.jmh"
|
||||
version = "1.12.0-SNAPSHOT"
|
||||
version = "2.0.0-SNAPSHOT"
|
||||
|
||||
// This plugin generates a static html page with the aggregation
|
||||
// of all benchmarks ran. very useful visualization tool.
|
||||
|
||||
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.google.flatbuffers"
|
||||
version = "1.12.0-SNAPSHOT"
|
||||
version = "2.0.0-SNAPSHOT"
|
||||
|
||||
subprojects {
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "com.google.flatbuffers.kotlin"
|
||||
version = "1.12.0-SNAPSHOT"
|
||||
version = "2.0.0-SNAPSHOT"
|
||||
|
||||
kotlin {
|
||||
explicitApi()
|
||||
@@ -29,7 +29,7 @@ kotlin {
|
||||
implementation(kotlin("stdlib-common"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
val commonTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-common"))
|
||||
|
||||
Reference in New Issue
Block a user