aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfxshlein <Neonfxsh@gmail.com>2021-11-16 09:41:30 +0100
committerGitHub <noreply@github.com>2021-11-16 11:41:30 +0300
commit9347bc66dc5ac1d660a8d0f0a58e42559df04114 (patch)
treefe67c8710786b27db424c6206b346045c6e3bd7e
parent0e8dec54104a18e007088e8c34d80a1fe31d60cb (diff)
downloadkotlinx.atomicfu-9347bc66dc5ac1d660a8d0f0a58e42559df04114.tar.gz
Move variant to the correct plugin in the README (#208)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebb127f..ca15a6f 100644
--- a/README.md
+++ b/README.md
@@ -207,8 +207,6 @@ which is then transformed to a regular `classes` directory to be used later by t
</goals>
<configuration>
<output>${project.build.directory}/classes-pre-atomicfu</output>
- <!-- "VH" to use Java 9 VarHandle, "BOTH" to produce multi-version code -->
- <variant>FU</variant>
</configuration>
</execution>
</executions>
@@ -225,6 +223,8 @@ which is then transformed to a regular `classes` directory to be used later by t
</goals>
<configuration>
<input>${project.build.directory}/classes-pre-atomicfu</input>
+ <!-- "VH" to use Java 9 VarHandle, "BOTH" to produce multi-version code -->
+ <variant>FU</variant>
</configuration>
</execution>
</executions>