@@ -367,11 +367,11 @@ Build tools and IDEs
367
367
368
368
### javac
369
369
370
- Download [ freebuilder-1.1 .jar] [ ] and add it to the classpath (or
370
+ Download [ freebuilder-1.2 .jar] [ ] and add it to the classpath (or
371
371
processorpath, if you supply one) on the command line. You will also need to add
372
372
[ guava-18.0.jar] [ ] to the classpath, as it is used in the generated code.
373
373
374
- [ freebuilder-1.1 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.1 /freebuilder-1.1 .jar
374
+ [ freebuilder-1.2 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.2 /freebuilder-1.2 .jar
375
375
[ guava-18.0.jar ] : http://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar
376
376
377
377
### Maven
@@ -383,7 +383,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
383
383
<dependency >
384
384
<groupId >org.inferred</groupId >
385
385
<artifactId >freebuilder</artifactId >
386
- <version >1.1 </version >
386
+ <version >1.2 </version >
387
387
<optional >true</optional >
388
388
</dependency >
389
389
<dependency >
@@ -401,7 +401,7 @@ You may already have Guava, or want to use a different version; adjust according
401
401
Add the following lines to your dependencies:
402
402
403
403
```
404
- compile 'org.inferred:freebuilder:1.1 '
404
+ compile 'org.inferred:freebuilder:1.2 '
405
405
compile 'com.google.guava:guava:18.0'
406
406
```
407
407
@@ -411,21 +411,21 @@ You may already have Guava, or want to use a different version; adjust according
411
411
412
412
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
413
413
414
- Download [ freebuilder-1.1 .jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
414
+ Download [ freebuilder-1.2 .jar] [ ] and [ guava-18.0.jar] [ ] and add them to your
415
415
project. Select them, right-click and choose ** Build path > Add to Build path** .
416
416
417
417
In your projects properties dialog, go to ** Java Compiler > Annotation
418
418
Processing** and ensure ** Enable annotation processing** is checked.
419
419
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
420
- ** Add JARs** , and select ` freebuilder-1.1 .jar ` .
420
+ ** Add JARs** , and select ` freebuilder-1.2 .jar ` .
421
421
422
422
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
423
423
424
424
### IntelliJ
425
425
426
426
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
427
427
428
- Download [ freebuilder-1.1 .jar] [ ] and [ guava-18.0.jar] [ ] , add them to your
428
+ Download [ freebuilder-1.2 .jar] [ ] and [ guava-18.0.jar] [ ] , add them to your
429
429
project, right-click them and select ** Use as Project Library** .
430
430
431
431
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments