Browse Source

Maj JDK 17

Didier Le Botlan 5 months ago
parent
commit
723b8ce660
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      README.md
  2. 1
    1
      pom.xml

+ 2
- 2
README.md View File

@@ -37,7 +37,7 @@ You first need to register and then log in to the platform you want. The steps t
37 37
 5. Click *Create project*.
38 38
 6. Wait for completion... Done!
39 39
 
40
-### Importing to another repository provider *[not recommended]*:
40
+### Importing to another repository provider:
41 41
 
42 42
 1. Create a new **empty** repository (no README, no LICENSE) on your provider. Let's assume the URL of your repository is `$URL_REPOSITORY`.
43 43
 2. Clone this repository somewhere:
@@ -59,4 +59,4 @@ You first need to register and then log in to the platform you want. The steps t
59 59
 	push -u origin master
60 60
 	```
61 61
 	
62
-Another way is to do a bare clone and then mirror it to your repository: [https://help.github.com/articles/importing-a-git-repository-using-the-command-line/](https://help.github.com/articles/importing-a-git-repository-using-the-command-line/)
62
+Another way is to do a bare clone and then mirror it to your repository: [https://help.github.com/articles/importing-a-git-repository-using-the-command-line/](https://help.github.com/articles/importing-a-git-repository-using-the-command-line/)

+ 1
- 1
pom.xml View File

@@ -12,7 +12,7 @@
12 12
 	<name>be-graphes-all</name>
13 13
 
14 14
 	<properties>
15
-		<jdk.version>1.8</jdk.version>
15
+		<jdk.version>17</jdk.version>
16 16
 		<maven.compiler.source>${jdk.version}</maven.compiler.source>
17 17
 		<maven.compiler.target>${jdk.version}</maven.compiler.target>
18 18
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Loading…
Cancel
Save