Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9127063
Update HelloWorld8.java
iluxa-com Apr 22, 2015
6e76411
test
iluxa-c0m Sep 14, 2015
932e89a
more commits need (with review draft)
iluxa-c0m Sep 15, 2015
7665c38
user1 first
iluxa-c0m Sep 15, 2015
4b794da
user1 first - some lines added
iluxa-c0m Sep 16, 2015
8d0803f
user1 first - some lines added 11
iluxa-c0m Sep 16, 2015
0f2d92a
comment
iluxa-c0m Sep 16, 2015
f920ff7
++
iluxa-c0m Nov 12, 2015
273955d
Create server
iluxa-com Nov 17, 2015
dde8a61
plugit test
iluxa-c0m Nov 17, 2015
1cf3582
plugit test
iluxa-c0m Nov 17, 2015
b1a268d
plugit test
iluxa-c0m Nov 17, 2015
7cd9379
plugit test
iluxa-c0m Nov 18, 2015
f9e57f6
plugit test11
iluxa-c0m Nov 18, 2015
d879b71
Update server
iluxa-com Jan 19, 2016
1fb5610
1
iluxa-c0m Jan 19, 2016
8c05f45
2
iluxa-c0m Jan 19, 2016
e1a087d
3
iluxa-c0m Jan 19, 2016
c147810
2.5.2
iluxa-c0m Jan 19, 2016
23f5526
major
iluxa-c0m Jan 19, 2016
87f28e9
minor
iluxa-c0m Jan 19, 2016
84610ec
minor2
iluxa-c0m Jan 19, 2016
37889b2
major
iluxa-c0m Jan 19, 2016
becf30c
minor3
iluxa-c0m Jan 19, 2016
512c037
minor4
iluxa-c0m Jan 19, 2016
b52e207
Update HelloWorld8.java
iluxa-com Jan 25, 2016
fbd3bf4
Create big.java
iluxa-com Jan 25, 2016
3087e6e
major change on the top
iluxa-com Jan 25, 2016
3c4f776
minor in the middle
iluxa-com Jan 25, 2016
b0c3f09
minor in the middle2
iluxa-com Jan 25, 2016
8e5f4de
Update TestPlugin.java
iluxa-com Jan 25, 2016
8fd6a0a
major in the end
iluxa-com Jan 25, 2016
5721035
more minor changes
iluxa-com Jan 25, 2016
0b37283
more minor changes 2
iluxa-com Jan 25, 2016
c142947
empty line
iluxa-com Jan 25, 2016
b2c00cd
spaces added
iluxa-com Jan 25, 2016
7039514
Update TestPlugin.java
iluxa-com Jan 26, 2016
8da810c
delete 2 lines
iluxa-com Feb 2, 2016
24738d1
Update build.gradle
iluxa-com Mar 3, 2016
7ef9e7b
Update build.gradle
iluxa-com Mar 3, 2016
1f7af45
Create test.xml
iluxa-com Mar 3, 2016
d7ccf4b
Update test.xml
iluxa-c0m Mar 18, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ compileJava {
targetCompatibility = 1.8
}

println System.getProperty('java.home')





println System.getProperty('java.home') ()
2 changes: 2 additions & 0 deletions server
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
123
11
21 changes: 18 additions & 3 deletions src/main/java/org/gradle/support/HelloWorld8.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
package org.gradle.support;
package org.gradle.support; // comment

import java.util.function.Supplier;

// user1 comment

public class HelloWorld8 {


//more lines here ++++

public static void main(String[] args) {
Supplier<String> helloer = () -> "Hello World!!!!" ;
Supplier<String> helloer = () -> "Hello World!!!!!!!" ;
// here will be some code
System.out.println(helloer.get());
//****** THIS IS MAJOR change
//minor
//minor2
//minor3
//minor4

}
}
//comment
// 2.5.2

//more lines here
17 changes: 17 additions & 0 deletions src/main/java/org/gradle/support/TestPlugin.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package org.gradle.support;

/**

* second
*
*
*
* third
*/
public class TestPlugin {
//1
//2
//3 ++++
//Major
//minor in the middle
}
702 changes: 702 additions & 0 deletions src/main/java/org/gradle/support/big.java

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<xml>
test

</xml>