File tree 6 files changed +11
-11
lines changed
main/src/org/jetbrains/gradle/benchmarks
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
<repositories >
16
16
<repository >
17
17
<id >jetbrains-all</id >
18
- <url >http ://download.jetbrains.com/teamcity-repository</url >
18
+ <url >https ://download.jetbrains.com/teamcity-repository</url >
19
19
<snapshots >
20
20
<enabled >true</enabled >
21
21
</snapshots >
32
32
<pluginRepositories >
33
33
<pluginRepository >
34
34
<id >JetBrains</id >
35
- <url >http ://download.jetbrains.com/teamcity-repository</url >
35
+ <url >https ://download.jetbrains.com/teamcity-repository</url >
36
36
</pluginRepository >
37
37
</pluginRepositories >
38
38
Original file line number Diff line number Diff line change 1
1
Apache License
2
2
Version 2.0, January 2004
3
- http ://www.apache.org/licenses/
3
+ https ://www.apache.org/licenses/
4
4
5
5
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
6
192
192
you may not use this file except in compliance with the License.
193
193
You may obtain a copy of the License at
194
194
195
- http ://www.apache.org/licenses/LICENSE-2.0
195
+ https ://www.apache.org/licenses/LICENSE-2.0
196
196
197
197
Unless required by applicable law or agreed to in writing, software
198
198
distributed under the License is distributed on an "AS IS" BASIS,
Original file line number Diff line number Diff line change 1
- [ ![ JetBrains incubator project] ( http ://jb.gg/badges/incubator.svg)] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
2
- [ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http ://www.apache.org/licenses/LICENSE-2.0)
1
+ [ ![ JetBrains incubator project] ( https ://jb.gg/badges/incubator.svg)] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
2
+ [ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( https ://www.apache.org/licenses/LICENSE-2.0)
3
3
4
4
# Setting up
5
5
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ def pomConfig = {
3
3
licenses {
4
4
license {
5
5
name " The Apache Software License, Version 2.0"
6
- url " http ://www.apache.org/licenses/LICENSE-2.0.txt"
6
+ url " https ://www.apache.org/licenses/LICENSE-2.0.txt"
7
7
distribution " repo"
8
8
}
9
9
}
@@ -12,7 +12,7 @@ def pomConfig = {
12
12
id " JetBrains"
13
13
name " JetBrains Team"
14
14
organization " JetBrains"
15
- organizationUrl " http ://www.jetbrains.com"
15
+ organizationUrl " https ://www.jetbrains.com"
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ def pomConfig = {
3
3
licenses {
4
4
license {
5
5
name " The Apache Software License, Version 2.0"
6
- url " http ://www.apache.org/licenses/LICENSE-2.0.txt"
6
+ url " https ://www.apache.org/licenses/LICENSE-2.0.txt"
7
7
distribution " repo"
8
8
}
9
9
}
@@ -12,7 +12,7 @@ def pomConfig = {
12
12
id " JetBrains"
13
13
name " JetBrains Team"
14
14
organization " JetBrains"
15
- organizationUrl " http ://www.jetbrains.com"
15
+ organizationUrl " https ://www.jetbrains.com"
16
16
}
17
17
}
18
18
Original file line number Diff line number Diff line change 5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
7
*
8
- * http ://www.apache.org/licenses/LICENSE-2.0
8
+ * https ://www.apache.org/licenses/LICENSE-2.0
9
9
*
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments