File tree Expand file tree Collapse file tree 3 files changed +2
-29
lines changed
test/java/world/bentobox/bskyblock Expand file tree Collapse file tree 3 files changed +2
-29
lines changed Original file line number Diff line number Diff line change 6565 <!-- Do not change unless you want different name for local builds. -->
6666 <build .number>-LOCAL</build .number>
6767 <!-- This allows to change between versions. -->
68- <build .version>1.15.0 </build .version>
68+ <build .version>1.15.1 </build .version>
6969 <!-- Sonar Cloud -->
7070 <sonar .projectKey>BentoBoxWorld_BSkyBlock</sonar .projectKey>
7171 <sonar .organization>bentobox-world</sonar .organization>
112112 <build .number></build .number>
113113 </properties >
114114 </profile >
115- <profile >
116- <id >sonar</id >
117- <properties >
118- <sonar .host.url>https://sonarcloud.io</sonar .host.url>
119- <sonar .organization>tastybento-github</sonar .organization>
120- </properties >
121- <build >
122- <plugins >
123- <plugin >
124- <groupId >org.sonarsource.scanner.maven</groupId >
125- <artifactId >sonar-maven-plugin</artifactId >
126- <version >3.4.1.1168</version >
127- <executions >
128- <execution >
129- <phase >verify</phase >
130- <goals >
131- <goal >sonar</goal >
132- </goals >
133- </execution >
134- </executions >
135- </plugin >
136- </plugins >
137- </build >
138- </profile >
139115 </profiles >
140116
141117 <repositories >
Original file line number Diff line number Diff line change 11name : BSkyBlock
22main : world.bentobox.bskyblock.BSkyBlock
33version : ${version}${build.number}
4- api-version : 1.16.2-SNAPSHOT
4+ api-version : 1.17
55metrics : true
66icon : " OAK_SAPLING"
77repository : " BentoBoxWorld/BSkyBlock"
Original file line number Diff line number Diff line change 1- /**
2- *
3- */
41package world .bentobox .bskyblock ;
52
63import static org .junit .Assert .assertEquals ;
You can’t perform that action at this time.
0 commit comments