Skip to content

Commit 761bb5a

Browse files
Fix version properties file
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 2142e71 commit 761bb5a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

gradle.properties

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
<<<<<<< HEAD
1716
springBootVersion=4.0.0-SNAPSHOT
1817
version=7.0.0-SNAPSHOT
19-
=======
20-
springBootVersion=3.3.3
21-
<<<<<<< HEAD
22-
version=6.5.1-SNAPSHOT
23-
=======
24-
version=6.4.7-SNAPSHOT
25-
>>>>>>> origin/6.4.x
26-
>>>>>>> 6.5.x
2718
samplesBranch=main
2819
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError
2920
org.gradle.parallel=true
3021
org.gradle.caching=true
31-
kotlin.stdlib.default.dependency=false
22+
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)